sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_stream_xor
wrapper
sodium
crypto_stream
Undocumented in source. Be warned that the author may not have intended to support it.
alias
crypto_stream_xor
=
deimos
.
sodium
.
crypto_stream
.
crypto_stream_xor
int
crypto_stream_xor
(ubyte[] ciphertext, ubyte[] message, ubyte[crypto_stream_NONCEBYTES] nonce, ubyte[crypto_stream_KEYBYTES] key)
@
nogc
@
trusted
int
crypto_stream_xor
(
scope
ubyte
[]
ciphertext
,
scope
const
ubyte
[]
message
,
const
ubyte
[
crypto_stream_NONCEBYTES
]
nonce
,
const
ubyte
[
crypto_stream_KEYBYTES
]
key
)
Meta
Source
See Implementation
wrapper
sodium
crypto_stream
aliases
crypto_stream_xor
functions
crypto_stream_primitive