pub type Blake2s<OutSize> = CoreWrapper<Blake2sCore<OutSize>>;
Expand description
BLAKE2s generic over output size.
Aliased Type§
struct Blake2s<OutSize> { /* private fields */ }
pub type Blake2s<OutSize> = CoreWrapper<Blake2sCore<OutSize>>;
BLAKE2s generic over output size.
struct Blake2s<OutSize> { /* private fields */ }