Function crc32_u64

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

Accumulates the u64 into a running CRC32 value.

Note: Has a different return type from the other crc32 functions.