Type Alias blake2::Blake2bCore
source · 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 */ }