libsodiumd v0.1.0+1.0.18 (2019-08-09T07:05:39Z)
Dub
Repo
crypto_auth_hmacsha512_state
libsodium
crypto_auth_hmacsha512
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
nogc
nothrow extern (
C
)
struct
crypto_auth_hmacsha512_state {
crypto_hash_sha512_state
ictx
;
crypto_hash_sha512_state
octx
;
}
Members
Variables
ictx
crypto_hash_sha512_state
ictx
;
Undocumented in source.
octx
crypto_hash_sha512_state
octx
;
Undocumented in source.
Meta
Source
See Implementation
libsodium
crypto_auth_hmacsha512
functions
crypto_auth_hmacsha512
crypto_auth_hmacsha512_bytes
crypto_auth_hmacsha512_final
crypto_auth_hmacsha512_init
crypto_auth_hmacsha512_keybytes
crypto_auth_hmacsha512_keygen
crypto_auth_hmacsha512_statebytes
crypto_auth_hmacsha512_update
crypto_auth_hmacsha512_verify
manifest constants
crypto_auth_hmacsha512_BYTES
crypto_auth_hmacsha512_KEYBYTES
structs
crypto_auth_hmacsha512_state