libsodium.crypto_stream_salsa2012

D language bindings for libsodium's crypto_stream_salsa2012.h

Members

Functions

crypto_stream_salsa2012
int crypto_stream_salsa2012(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_salsa2012_keybytes
size_t crypto_stream_salsa2012_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_salsa2012_keygen
void crypto_stream_salsa2012_keygen(ubyte[crypto_stream_salsa2012_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_salsa2012_messagebytes_max
size_t crypto_stream_salsa2012_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_salsa2012_noncebytes
size_t crypto_stream_salsa2012_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_salsa2012_xor
int crypto_stream_salsa2012_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_salsa2012_KEYBYTES
enum crypto_stream_salsa2012_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_salsa2012_MESSAGEBYTES_MAX
enum crypto_stream_salsa2012_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_salsa2012_NONCEBYTES
enum crypto_stream_salsa2012_NONCEBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

ISC (see LICENSE.txt)