Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Blake2sVar

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 */ }