Function subhasher::blake2_128

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

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