pub type Blake2b<OutSize> = CoreWrapper<Blake2bCore<OutSize>>;Expand description
BLAKE2b generic over output size.
Aliased Typeยง
pub struct Blake2b<OutSize> { /* private fields */ }main (development) branch of crypto-glue.pub type Blake2b<OutSize> = CoreWrapper<Blake2bCore<OutSize>>;BLAKE2b generic over output size.
pub struct Blake2b<OutSize> { /* private fields */ }