libsodium.crypto_core_salsa208

D language bindings for libsodium's crypto_core_salsa208.h

Members

Functions

crypto_core_salsa208
int crypto_core_salsa208(ubyte* out_, const(ubyte)* in_, const(ubyte)* k, const(ubyte)* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_constbytes
size_t crypto_core_salsa208_constbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_inputbytes
size_t crypto_core_salsa208_inputbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_keybytes
size_t crypto_core_salsa208_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_outputbytes
size_t crypto_core_salsa208_outputbytes()
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_core_salsa208_CONSTBYTES
enum crypto_core_salsa208_CONSTBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_INPUTBYTES
enum crypto_core_salsa208_INPUTBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_KEYBYTES
enum crypto_core_salsa208_KEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_core_salsa208_OUTPUTBYTES
enum crypto_core_salsa208_OUTPUTBYTES;
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)