pub fn blake2b<const N: usize>(data: &[u8]) -> [u8; N]
Computes a BLAKE2b hash of arbitrary static length for given data
data