Type Definition handshakes::prelude::DigestOutput[][src]

type DigestOutput<D> = GenericArray<u8, <D as Digest>::OutputSize>;
Expand description

Output of a Digest function