Open vanillajonathan opened 4 weeks ago
Python have the zlib.adler32 and zlib.crc32 functions for checksum.
zlib.adler32
zlib.crc32
These could be used to calculate the checksum of strings and/or files.
Python have the
zlib.adler32
andzlib.crc32
functions for checksum.These could be used to calculate the checksum of strings and/or files.