Function hdk::hash::hash_sha3

source · []
pub fn hash_sha3(input: Vec<u8, Global>) -> Result<Vec<u8, Global>, WasmError>
Expand description

Hash arbitrary bytes using SHA3 256. This is the official NIST standard for 256 bit SHA3 hashes.