morpheus_core::iso::manifest

Function crc32

Source
fn crc32(data: &[u8]) -> u32
Expand description

Simple CRC32 implementation (no_std compatible) Uses the standard CRC32 polynomial (IEEE 802.3)