sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_auth_hmacsha256_state
deimos
sodium
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.
extern (
C
) @
nogc
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
deimos
sodium
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