pub fn hash_slice_32(v: &[u8]) -> &[u8] 
Expand description

Get the 32 byte slice of a larger slice representing hash data

Panics

Panics if the slice length is not 32, 36, or 39.