Type Alias Output

pub type Output<T> = GenericArray<u8, <T as OutputSizeUser>::OutputSize>;
Expand description

Output array of OutputSizeUser implementors.

Aliased Typeยง

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