- calcHash
immutable(BinBuffer) calcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcHash
immutable(BinBuffer) calcHash(const(ubyte[]) h1, const(ubyte[]) h2)
Undocumented in source. Be warned that the author may not have intended to support it.
- hashSize
uint hashSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- rawCalcHash
BinBuffer rawCalcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- rawCalcHash
immutable(ubyte[]) rawCalcHash(BinBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- scramble
void scramble(T[] data, const(ubyte[]) xor)
Undocumented in source. Be warned that the author may not have intended to support it.