pub fn op_sha3(stack: &mut Stack) -> bool
OP_SHA3: Hashes the top item on the stack using SHA3-256
Example: OP_SHA3([x]) -> [SHA3-256(x)]
stack