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

Blake2s256

Type Alias Blake2s256 

Source
pub type Blake2s256 = Blake2s<U32>;
Expand description

BLAKE2s-256 hasher state.

Aliased Typeยง

pub struct Blake2s256 { /* private fields */ }