libsodium.crypto_onetimeauth_poly1305

D language bindings for libsodium's crypto_onetimeauth_poly1305.h

Members

Functions

crypto_onetimeauth_poly1305
int crypto_onetimeauth_poly1305(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_poly1305_bytes
size_t crypto_onetimeauth_poly1305_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_poly1305_final
int crypto_onetimeauth_poly1305_final(crypto_onetimeauth_poly1305_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_poly1305_init
int crypto_onetimeauth_poly1305_init(crypto_onetimeauth_poly1305_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_poly1305_keybytes
size_t crypto_onetimeauth_poly1305_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_poly1305_keygen
void crypto_onetimeauth_poly1305_keygen(ubyte[crypto_onetimeauth_poly1305_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_poly1305_statebytes
size_t crypto_onetimeauth_poly1305_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_poly1305_update
int crypto_onetimeauth_poly1305_update(crypto_onetimeauth_poly1305_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_poly1305_verify
int crypto_onetimeauth_poly1305_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_poly1305_BYTES
enum crypto_onetimeauth_poly1305_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_poly1305_KEYBYTES
enum crypto_onetimeauth_poly1305_KEYBYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

crypto_onetimeauth_poly1305_state
struct 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.

Meta

License

ISC (see LICENSE.txt)