wrapper.sodium.crypto_stream

Undocumented in source.

Members

Aliases

crypto_stream_KEYBYTES (from deimos.sodium.crypto_stream)
alias crypto_stream_KEYBYTES = crypto_stream_xsalsa20_KEYBYTES via 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;
Undocumented in source.
crypto_stream_MESSAGEBYTES_MAX (from deimos.sodium.crypto_stream)
alias crypto_stream_MESSAGEBYTES_MAX = crypto_stream_xsalsa20_MESSAGEBYTES_MAX via 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;
Undocumented in source.
crypto_stream_NONCEBYTES (from deimos.sodium.crypto_stream)
alias crypto_stream_NONCEBYTES = crypto_stream_xsalsa20_NONCEBYTES via 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;
Undocumented in source.
crypto_stream_xor
alias crypto_stream_xor = deimos.sodium.crypto_stream.crypto_stream_xor
Undocumented in source.

Functions

crypto_stream (from deimos.sodium.crypto_stream)
int crypto_stream(ubyte* c, ulong clen, const(ubyte)* n, const(ubyte)* k) via 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;
Undocumented in source.
crypto_stream_keybytes (from deimos.sodium.crypto_stream)
size_t crypto_stream_keybytes() via 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;
Undocumented in source.
crypto_stream_keygen (from deimos.sodium.crypto_stream)
void crypto_stream_keygen(ubyte[crypto_stream_KEYBYTES] k) via 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;
Undocumented in source.
crypto_stream_messagebytes_max (from deimos.sodium.crypto_stream)
size_t crypto_stream_messagebytes_max() via 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;
Undocumented in source.
crypto_stream_noncebytes (from deimos.sodium.crypto_stream)
size_t crypto_stream_noncebytes() via 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;
Undocumented in source.
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.

Manifest constants

crypto_stream_PRIMITIVE (from deimos.sodium.crypto_stream)
enum crypto_stream_PRIMITIVE; via 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;
Undocumented in source.

Meta