- HMAC_MD5deprecated auto  HMAC_MD5(ubyte[] key, ubyte[] message) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HMAC_SHA1deprecated auto  HMAC_SHA1(ubyte[] key, ubyte[] message) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HMAC_SHA256deprecated auto  HMAC_SHA256(ubyte[] key, ubyte[] message) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- digestToStringMH3deprecated string digestToStringMH3(MH3Digest128 digest) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- fastCRCuint fastCRC(void[] data, uint start) 
- Inlinable CRC32 implementation. 
- hmac_sha1deprecated ubyte[] hmac_sha1(string message, ubyte[] privateKey) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- murmurHash2uint murmurHash2(void[] data, uint seed) 
- D port of MurmurHash2A.
 TODO: reimplement via std.digest 
- murmurHash3_32deprecated uint murmurHash3_32(void[] data, uint seed) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- murmurHash3_x64_128deprecated MH3Digest128 murmurHash3_x64_128(void[] data, uint seed) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- murmurHash3_x86_128deprecated MH3Digest128 murmurHash3_x86_128(void[] data, uint seed) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Data digest (hashes etc.)