Pudu programming language
Menu
API reference

Std.Checksum.crc32Update

1 declaration

fn

crc32Update: UInt32 -> &Bytes -> UInt32

A CRC-32 carried on over more bytes, so a stream can be checked a chunk at a time: crc32Update(crc32(a), b) is crc32 of a then b. Start from 0u32 for no bytes at all.

Back to Std.ChecksumSearch related declarations