- 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.
D language bindings for libsodium's crypto_auth_hmacsha512.h