pub fn digest_u8_slice(data: &[u8]) -> &'static Digest
Expand description

Makes a digest for a slice of bytes.

Since there are no guarantees on alignment, an internal copy is made.