Type Definition crypto::hashes::Output

[]
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.