[go: up one dir, main page]

Type Alias Blake2b128

Source
pub type Blake2b128 = Blake2b<U16>;
Expand description

BLAKE2b-128 hasher state.

Aliased Typeยง

pub struct Blake2b128 { /* private fields */ }