Skip to main content

keccak256

Function keccak256 

pub fn keccak256<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the KECCAK256 instruction.

Computes Keccak-256 hash of memory data.