[][src]Type Definition digest::Output

type Output<D> = GenericArray<u8, <D as Digest>::OutputSize>;

Fixed of fixed-sized hash-function used by Digest methods.