libsodium.crypto_auth_hmacsha256

D language bindings for libsodium's crypto_auth_hmacsha256.h

Members

Functions

crypto_auth_hmacsha256
int crypto_auth_hmacsha256(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_auth_hmacsha256_bytes
size_t crypto_auth_hmacsha256_bytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_hmacsha256_final
int crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_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_auth_hmacsha256_init
int crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state* state, const(ubyte)* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_hmacsha256_keybytes
size_t crypto_auth_hmacsha256_keybytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_hmacsha256_keygen
void crypto_auth_hmacsha256_keygen(ubyte[crypto_auth_hmacsha256_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_auth_hmacsha256_statebytes
size_t crypto_auth_hmacsha256_statebytes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_hmacsha256_update
int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_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_auth_hmacsha256_verify
int crypto_auth_hmacsha256_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_auth_hmacsha256_BYTES
enum crypto_auth_hmacsha256_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypto_auth_hmacsha256_KEYBYTES
enum crypto_auth_hmacsha256_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_auth_hmacsha256_state
struct crypto_auth_hmacsha256_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)