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