Function crc32_u32

pub fn crc32_u32(crc: u32, v: u32) -> u32 
Available on crate feature dep_safe_arch only.
Expand description

Accumulates the u32 into a running CRC32 value.