Function subhasher::blake2_512

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

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