Type Alias Blake2sVar

Source
pub type Blake2sVar = RtVariableCoreWrapper<Blake2sVarCore>;
Expand description

BLAKE2s which allows to choose output size at runtime.

Aliased Typeยง

pub struct Blake2sVar { /* private fields */ }