Type Alias blake2::Blake2bVar

source ·
pub type Blake2bVar = RtVariableCoreWrapper<Blake2bVarCore>;
Expand description

BLAKE2b which allows to choose output size at runtime.

Aliased Type§

struct Blake2bVar { /* private fields */ }