blake2 0.5.0

BLAKE2 hash functions
Documentation
1
2
3
4
5
use generic_array::typenum::U32;
use consts::BLAKE2S_IV;

blake2_impl!(Blake2s, u32, u32x4, U32,
    16, 12, 8, 7, BLAKE2S_IV);