blake2 0.5.0

BLAKE2 hash functions
Documentation
1
2
3
4
5
use generic_array::typenum::U64;
use consts::BLAKE2B_IV;

blake2_impl!(Blake2b, u64, u64x4, U64,
    32, 24, 16, 63, BLAKE2B_IV);