- HMAC_MD5
auto HMAC_MD5(ubyte[] key, ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- HMAC_SHA1
auto HMAC_SHA1(ubyte[] key, ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- HMAC_SHA256
auto HMAC_SHA256(ubyte[] key, ubyte[] message)
Undocumented in source. Be warned that the author may not have intended to support it.
- digestToStringMH3
string digestToStringMH3(MH3Digest128 digest)
Undocumented in source. Be warned that the author may not have intended to support it.
- fastCRC
uint fastCRC(void[] data, uint start)
Inlinable CRC32 implementation.
- hmac_sha1
ubyte[] hmac_sha1(string message, ubyte[] privateKey)
Undocumented in source. Be warned that the author may not have intended to support it.
- murmurHash2
uint murmurHash2(void[] data, uint seed)
D port of MurmurHash2A.
TODO: reimplement via std.digest
- murmurHash3_32
uint murmurHash3_32(void[] data, uint seed)
Undocumented in source. Be warned that the author may not have intended to support it.
- murmurHash3_x64_128
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_128
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.)