libsodium.crypto_auth_hmacsha512

D language bindings for libsodium's crypto_auth_hmacsha512.h

Members

Functions

crypto_auth_hmacsha512
int crypto_auth_hmacsha512(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_hmacsha512_bytes
size_t crypto_auth_hmacsha512_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_hmacsha512_final
int crypto_auth_hmacsha512_final(crypto_auth_hmacsha512_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_hmacsha512_init
int crypto_auth_hmacsha512_init(crypto_auth_hmacsha512_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_hmacsha512_keybytes
size_t crypto_auth_hmacsha512_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_hmacsha512_keygen
void crypto_auth_hmacsha512_keygen(ubyte[crypto_auth_hmacsha512_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_hmacsha512_statebytes
size_t crypto_auth_hmacsha512_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_hmacsha512_update
int crypto_auth_hmacsha512_update(crypto_auth_hmacsha512_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_hmacsha512_verify
int crypto_auth_hmacsha512_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_hmacsha512_BYTES
enum crypto_auth_hmacsha512_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_hmacsha512_KEYBYTES
enum crypto_auth_hmacsha512_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_hmacsha512_state
struct crypto_auth_hmacsha512_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)