Skip to main content

Blake2b256Streaming

Type Alias Blake2b256Streaming 

Source
pub type Blake2b256Streaming = DigestStreamingAdapter<Blake2b256>;
Expand description

Streaming BLAKE2b-256 hasher (32-byte output).

Aliased Typeยง

pub struct Blake2b256Streaming { /* private fields */ }