sodium.crypto_stream_xsalsa20

Undocumented in source.

Members

Functions

crypto_stream_xsalsa20
int crypto_stream_xsalsa20(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_xsalsa20_keybytes
size_t 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_xsalsa20_noncebytes
size_t 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.
crypto_stream_xsalsa20_xor
int crypto_stream_xsalsa20_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.
crypto_stream_xsalsa20_xor_ic
int crypto_stream_xsalsa20_xor_ic(ubyte* c, const(ubyte)* m, ulong mlen, const(ubyte)* n, ulong ic, 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_xsalsa20_KEYBYTES
enum 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_xsalsa20_NONCEBYTES
enum 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.

Meta