botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
xorBuf
botan
utils
xor_buf
Undocumented in source. Be warned that the author may not have intended to support it.
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)
version(none)
pure
static if
(
BOTAN_TARGET_UNALIGNED_MEMORY_ACCESS_OK
)
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
(Vector!(ubyte, Alloc) output, const(ubyte)* input, Vector!(ubyte, Alloc2) input2, size_t n)
Meta
Source
See Implementation
botan
utils
xor_buf
functions
xorBuf