Type Definition crypto::hashes::Output[][src]

type Output<D> = GenericArray<u8, <D as Digest>::OutputSize>;
This is supported on crate features blake2b or sha only.

Output of a Digest function