op_sha3

Function op_sha3 

Source
pub fn op_sha3(stack: &mut Stack) -> bool
Expand description

OP_SHA3: Hashes the top item on the stack using SHA3-256

Example: OP_SHA3([x]) -> [SHA3-256(x)]

ยงArguments

  • stack - mutable reference to the stack