Output

Type Alias Output 

Source
pub type Output<T> = GenericArray<u8, <T as OutputSizeUser>::OutputSize>;
Available on crate features blake2b or sha only.
Expand description

Output array of OutputSizeUser implementors.

Aliased Typeยง

pub struct Output<T> { /* private fields */ }