Function crc32fast::hash

source ·
pub fn hash(buf: &[u8]) -> u32
Expand description

Computes the CRC32 hash of a byte slice.

Check out Hasher for more advanced use-cases.