Type Alias Blake2bVar

Source
pub type Blake2bVar = RtVariableCoreWrapper<Blake2bVarCore>;
Expand description

BLAKE2b which allows to choose output size at runtime.

Aliased Typeยง

pub struct Blake2bVar { /* private fields */ }