Type Definition digest::Output [−][src]
pub type Output<D> = GenericArray<u8, <D as Digest>::OutputSize>;
Expand description
Output of a Digest
function
pub type Output<D> = GenericArray<u8, <D as Digest>::OutputSize>;
Output of a Digest
function