Function git_features::hash::crc32

source ·
pub fn crc32(bytes: &[u8]) -> u32
Available on crate feature crc32 only.
Expand description

Compute a CRC32 value of the given input bytes.

In case multiple chunks of bytes are present, one should use crc32_update() instead.