Type Definition blake2::Blake2b

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

BLAKE2b generic over output size.