pub fn keccak256<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the KECCAK256 instruction.
Computes Keccak-256 hash of memory data.
pub fn keccak256<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the KECCAK256 instruction.
Computes Keccak-256 hash of memory data.