xorBuf
- void xorBuf(T* output, const(T)* input, size_t length)
- void xorBuf(T* output, const(T)* input, const(T)* input2, size_t length)
- void xorBuf(ubyte* output, const(ubyte)* input, size_t length)
- void xorBuf(ubyte* output, const(ubyte)* input, const(ubyte)* input2, size_t length)
- void xorBuf(Vector!(ubyte, Alloc) output, Vector!(ubyte, Alloc2) input, size_t n)
- void xorBuf(Vector!(ubyte, Alloc) output, const(ubyte)* input, size_t n)
void
xorBuf
(ref Vector!(ubyte, Alloc) output ,,) - void xorBuf(Vector!(ubyte, Alloc) output, const(ubyte)* input, Vector!(ubyte, Alloc2) input2, size_t n)