Function hdi::hash::hash_sha3

source ·
pub fn hash_sha3(input: Vec<u8>) -> ExternResult<Vec<u8>>
Expand description

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