[][src]Function git_features::hash::crc32

pub fn crc32(bytes: &[u8]) -> u32

Compute a CRC32 value of the given input bytes.

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