#include <Crypto.h>
List of all members.
[static]
Computes the CRC32 value of a byte array.
CRC32 is designed to be a hash function that produces different values for similar strings.
This implementation is compatible with PKZIP and GZIP.
Based on http://www.gamedev.net/reference/programming/features/crc32/
Computes the MD5 hash (message digest) of a byte stream, as defined by http://www.ietf.org/rfc/rfc1321.txt.
Returns 1 + the largest value that can be passed to smallPrime.
Returns the nth prime less than 2000 in constant time.
The first prime has index 0 and is the number 2.