deimos.sodium.crypto_stream

Undocumented in source.

Members

Aliases

crypto_stream_KEYBYTES
alias crypto_stream_KEYBYTES = crypto_stream_xsalsa20_KEYBYTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_MESSAGEBYTES_MAX
alias crypto_stream_MESSAGEBYTES_MAX = crypto_stream_xsalsa20_MESSAGEBYTES_MAX
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_NONCEBYTES
alias crypto_stream_NONCEBYTES = crypto_stream_xsalsa20_NONCEBYTES
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

crypto_stream
int crypto_stream(ubyte* c, ulong clen, const(ubyte)* n, const(ubyte)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_keybytes
size_t crypto_stream_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_keygen
void crypto_stream_keygen(ubyte[crypto_stream_KEYBYTES] k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_messagebytes_max
size_t crypto_stream_messagebytes_max()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_noncebytes
size_t crypto_stream_noncebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_primitive
const(char)* crypto_stream_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_xor
int crypto_stream_xor(ubyte* c, const(ubyte)* m, ulong mlen, const(ubyte)* n, const(ubyte)* k)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

crypto_stream_PRIMITIVE
enum crypto_stream_PRIMITIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta