| grouping | page | description |
| M_hashkeys:bucket_hash | djb2_hash | djb2 string hash (algorithm by Daniel J. Bernstein) (LICENSE:PD) |
| M_hashkeys:bucket_hash | sdbm_hash | sdbm string hash (LICENSE:PD) |
| M_hashkeys | b3hs_hash_key_jenkins | hash key algorithm by Bob Jenkins (LICENSE:PD) |
| M_hashkeys | crc32_hash | CRC (Cyclic Redundancy Check) (LICENSE:PD) |
| M_hashkeys | dirtys_sha256 | generate a SHA-256 hashing |
| M_hashkeys | luhn_checksum | Luhn checksum algorithm applied to a string of numeric values |
| M_hashkeys | sha256 | generate a SHA-256 hashing |
| M_hashkeys__sha3::INTRO | M_hashkeys__sha3 | a module implementing the SHA-3 hash function |