I am trying to generate some crc32 hashes, but it seems like zlib
and binascii
use the crc32b algorithm even though their respective functions are simply zlib.crc32
and binascii.crc32
. Are there any other python resources for hash generation that I can try? Interestingly, I have previously found that R's 'digest' package also implements crc32b with no mention of crc32.
Some examples of what I me...
Turns out PHP standard crc32 method is non-standard (while crc32b is). Here is how to implement it in Python:
Fold
Fold all
Expand
Expand all
Are you sure you want to delete this link?
Are you sure you want to delete this tag?
The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community