Function blake2b

Source
pub fn blake2b<const N: usize>(data: &[u8]) -> [u8; N]
Expand description

Computes a BLAKE2b hash of arbitrary static length for given data