crypto_stream_xor

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_stream_xor = deimos.sodium.crypto_stream.crypto_stream_xor
  2. 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