pub type Blake2b<OutSize> = CoreWrapper<Blake2bCore<OutSize>>;
Expand description
BLAKE2b generic over output size.
Aliased Typeยง
pub struct Blake2b<OutSize> { /* private fields */ }
pub type Blake2b<OutSize> = CoreWrapper<Blake2bCore<OutSize>>;
BLAKE2b generic over output size.
pub struct Blake2b<OutSize> { /* private fields */ }