Function subhasher::keccak512

source ·
pub fn keccak512<D>(data: D) -> [u8; 64]
where D: AsRef<[u8]>,
Expand description

Hash the data into a 64-bytes array with Keccak algorithm.