Type Alias blake2::Blake2sCore

source ·
pub type Blake2sCore<OutSize> = CtVariableCoreWrapper<Blake2sVarCore, OutSize>;
Expand description

Core hasher state of BLAKE2s generic over output size.

Aliased Type§

struct Blake2sCore<OutSize> { /* private fields */ }