pub trait DigestDataHash<'a, const L: usize>: DigestData<'a, L> + DigestHash<'a, L> { }
Expand description
Computes a digest (cryptographic hash) over data
‘L’ is the length of the ‘u8’ array to store the digest output.
pub trait DigestDataHash<'a, const L: usize>: DigestData<'a, L> + DigestHash<'a, L> { }
Computes a digest (cryptographic hash) over data
‘L’ is the length of the ‘u8’ array to store the digest output.