wrapper.sodium.crypto_stream

Undocumented in source.

Public Imports

deimos.sodium.crypto_stream
public import deimos.sodium.crypto_stream : crypto_stream_KEYBYTES, crypto_stream_keybytes, crypto_stream_NONCEBYTES, crypto_stream_noncebytes, crypto_stream_MESSAGEBYTES_MAX, crypto_stream_messagebytes_max, crypto_stream_PRIMITIVE, crypto_stream, crypto_stream_keygen;

Members

Aliases

crypto_stream_xor
alias crypto_stream_xor = deimos.sodium.crypto_stream.crypto_stream_xor
Undocumented in source.

Functions

crypto_stream_primitive
string crypto_stream_primitive()
Undocumented in source. Be warned that the author may not have intended to support it.
crypto_stream_xor
int crypto_stream_xor(ubyte[] ciphertext, ubyte[] message, ubyte[crypto_stream_NONCEBYTES] nonce, ubyte[crypto_stream_KEYBYTES] key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta