aleiepure / devtoolbox

Development tools at your fingertips
184 stars 16 forks source link

Adler-32 and CRC-32 checksums #53

Open vanillajonathan opened 4 weeks ago

vanillajonathan commented 4 weeks ago

Python have the zlib.adler32 and zlib.crc32 functions for checksum.

These could be used to calculate the checksum of strings and/or files.