Type Definition blake2::Blake2bCore[][src]

pub type Blake2bCore<OutSize> = CtVariableCoreWrapper<Blake2bVarCore, OutSize>;
Expand description

Core hasher state of BLAKE2b generic over output size.