Type Alias Blake2b

Source
pub type Blake2b<OutSize> = CoreWrapper<Blake2bCore<OutSize>>;
Expand description

BLAKE2b generic over output size.

Aliased Typeยง

pub struct Blake2b<OutSize> { /* private fields */ }