Pudu programming language
Menu
API reference

Std.Checksum.crc32c

1 declaration

fn

crc32c: &Bytes -> UInt32

The CRC-32C (Castagnoli) of the bytes, as iSCSI, ext4, and many storage formats compute it; it catches the errors storage makes better than CRC-32.

Back to Std.ChecksumSearch related declarations