evm v0.1.5 EVM.Operation.SHA3
Link to this section Summary
Functions
Compute Keccak-256 hash
Link to this section Functions
Link to this function
sha3(args, map)
sha3(Operation.stack_args, Operation.vm_map) :: Operation.op_result
Compute Keccak-256 hash.
TODO: Implement opcode
Examples
iex> EVM.Operation.SHA3.sha3([], %{stack: []})
:unimplemented