sodium.crypto_stream_aes128ctr

Undocumented in source.

Members

Functions

crypto_stream_aes128ctr
int crypto_stream_aes128ctr(ubyte* out_, ulong outlen, 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_aes128ctr_afternm
int crypto_stream_aes128ctr_afternm(ubyte* out_, ulong len, const(ubyte)* nonce, 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_stream_aes128ctr_beforenm
int crypto_stream_aes128ctr_beforenm(ubyte* c, 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_aes128ctr_beforenmbytes
size_t crypto_stream_aes128ctr_beforenmbytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_aes128ctr_keybytes
size_t crypto_stream_aes128ctr_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_aes128ctr_noncebytes
size_t crypto_stream_aes128ctr_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_aes128ctr_xor
int crypto_stream_aes128ctr_xor(ubyte* out_, const(ubyte)* in_, ulong inlen, 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_aes128ctr_xor_afternm
int crypto_stream_aes128ctr_xor_afternm(ubyte* out_, const(ubyte)* in_, ulong len, const(ubyte)* nonce, 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.

Manifest constants

crypto_stream_aes128ctr_BEFORENMBYTES
enum crypto_stream_aes128ctr_BEFORENMBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_stream_aes128ctr_KEYBYTES
enum crypto_stream_aes128ctr_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_aes128ctr_NONCEBYTES
enum crypto_stream_aes128ctr_NONCEBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta