Function kernel::utilities::helpers::crc32_posix
source ยท pub fn crc32_posix(b: &[u8]) -> u32
Expand description
Compute a POSIX-style CRC32 checksum of a slice.
Online calculator: https://crccalc.com/
pub fn crc32_posix(b: &[u8]) -> u32
Compute a POSIX-style CRC32 checksum of a slice.
Online calculator: https://crccalc.com/