- crypto_stream_salsa208
deprecated int crypto_stream_salsa208(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_salsa208_keybytes
deprecated size_t crypto_stream_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_stream_salsa208_keygen
deprecated void crypto_stream_salsa208_keygen(ubyte[crypto_stream_salsa208_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_salsa208_messagebytes_max
deprecated size_t crypto_stream_salsa208_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_salsa208_noncebytes
deprecated size_t crypto_stream_salsa208_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_salsa208_xor
deprecated int crypto_stream_salsa208_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.