crc32

Compute the CRC32 checksum of the data in buf[]. crc is the starting value when computing a cumulative checksum.

uint
crc32
(
uint crc
,
const(void)[] buf
)
Suggestion Box / Bug Report