adler32
Adler-32 is a hash algorithm like CRC-32, except that it is much faster and carries a slightly higher probability of collisions. The zlib compression library uses Adler-32 as its checksum algorithm. This implementation of Adler-32 (by Nathan Froyd) was released under the BSD license.


cryptography