zlib-crc32-supports-chaining-natively

Status: IN

Python's `zlib.crc32(data, initial_value)` accepts an initial CRC value, meaning chained checksums could be implemented in this codebase by passing the previous frame's CRC as the seed with no additional hashing infrastructure

Source: entries/2026/05/29/topic-cumulative-checksums.md

JSON