libsodiumd ~master (2021-10-28T17:47:39.8483982)
Dub
Repo
crypto_auth_hmacsha256_state
libsodium
crypto_auth_hmacsha256
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_hmacsha256_state {
crypto_hash_sha256_state
ictx
;
crypto_hash_sha256_state
octx
;
}
Members
Variables
ictx
crypto_hash_sha256_state
ictx
;
Undocumented in source.
octx
crypto_hash_sha256_state
octx
;
Undocumented in source.
Meta
Source
See Implementation
libsodium
crypto_auth_hmacsha256
functions
crypto_auth_hmacsha256
crypto_auth_hmacsha256_bytes
crypto_auth_hmacsha256_final
crypto_auth_hmacsha256_init
crypto_auth_hmacsha256_keybytes
crypto_auth_hmacsha256_keygen
crypto_auth_hmacsha256_statebytes
crypto_auth_hmacsha256_update
crypto_auth_hmacsha256_verify
manifest constants
crypto_auth_hmacsha256_BYTES
crypto_auth_hmacsha256_KEYBYTES
structs
crypto_auth_hmacsha256_state