sodium.crypto_core_salsa2012

Undocumented in source.

Members

Functions

crypto_core_salsa2012
int crypto_core_salsa2012(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_salsa2012_constbytes
size_t crypto_core_salsa2012_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_salsa2012_inputbytes
size_t crypto_core_salsa2012_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_salsa2012_keybytes
size_t crypto_core_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_core_salsa2012_outputbytes
size_t crypto_core_salsa2012_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_salsa2012_CONSTBYTES
enum crypto_core_salsa2012_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_salsa2012_INPUTBYTES
enum crypto_core_salsa2012_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_salsa2012_KEYBYTES
enum crypto_core_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_core_salsa2012_OUTPUTBYTES
enum crypto_core_salsa2012_OUTPUTBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta