pub type Blake2bCore<OutSize> = CtVariableCoreWrapper<Blake2bVarCore, OutSize>;
Expand description
Core hasher state of BLAKE2b generic over output size.
Aliased Typeยง
struct Blake2bCore<OutSize> { /* private fields */ }
pub type Blake2bCore<OutSize> = CtVariableCoreWrapper<Blake2bVarCore, OutSize>;
Core hasher state of BLAKE2b generic over output size.
struct Blake2bCore<OutSize> { /* private fields */ }