Type Definition crypto::hashes::Output [−][src]
pub type Output<D> = GenericArray<u8, <D as Digest>::OutputSize>;
This is supported on crate features
blake2b or sha only.Expand description
Output of a Digest function