libsodium.crypto_onetimeauth

D language bindings for libsodium's crypto_onetimeauth.h

Members

Aliases

crypto_onetimeauth_state
alias crypto_onetimeauth_state = crypto_onetimeauth_poly1305_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

crypto_onetimeauth
int crypto_onetimeauth(ubyte* out_, const(ubyte)* in_, ulong inlen, 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_onetimeauth_bytes
size_t crypto_onetimeauth_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_final
int crypto_onetimeauth_final(crypto_onetimeauth_state* state, ubyte* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_init
int crypto_onetimeauth_init(crypto_onetimeauth_state* state, const(ubyte)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_keybytes
size_t crypto_onetimeauth_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_keygen
void crypto_onetimeauth_keygen(ubyte[crypto_onetimeauth_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_onetimeauth_primitive
const(char)* crypto_onetimeauth_primitive()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_statebytes
size_t crypto_onetimeauth_statebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_update
int crypto_onetimeauth_update(crypto_onetimeauth_state* state, const(ubyte)* in_, ulong inlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_verify
int crypto_onetimeauth_verify(const(ubyte)* h, const(ubyte)* in_, ulong inlen, 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_onetimeauth_BYTES
enum crypto_onetimeauth_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_KEYBYTES
enum crypto_onetimeauth_KEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_onetimeauth_PRIMITIVE
enum crypto_onetimeauth_PRIMITIVE;
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)