awscrt.checksums¶
- awscrt.checksums.crc32(input: bytes, previous_crc32: int = 0) int ¶
Perform a CRC32 (Ethernet, gzip) computation.
If continuing to update a running CRC, pass its value into previous_crc32. Returns an unsigned 32-bit integer.
Perform a CRC32 (Ethernet, gzip) computation.
If continuing to update a running CRC, pass its value into previous_crc32. Returns an unsigned 32-bit integer.