tagion.betterC.utils.Miscellaneous

Undocumented in source.

Members

Functions

_xor
Buffer _xor(const(ubyte[]) a, const(ubyte[]) b)
Undocumented in source.
gene_xor
void gene_xor(ulong[] result, const(ubyte[]) a, const(ubyte[]) b)
Undocumented in source.
xor
const(Buffer) xor(const(ubyte[]) a, const(ubyte[]) b)
Undocumented in source.
xor
const(Buffer) xor(BinBuffer a, BinBuffer b)
Undocumented in source.
xor
Buffer xor(ubyte[] result, const(ubyte[]) a, const(ubyte[]) b)
Undocumented in source.
xor
Buffer xor(Range range)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta