glib-d v0.0.2 (2018-08-18T15:28:15Z)
Dub
Repo
g_compute_hmac_for_data
glib
ghmac
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
gchar
*
g_compute_hmac_for_data
(
GChecksumType
digest_type
,
const
(
guchar
)*
key
,
gsize
key_len
,
const
(
guchar
)*
data
,
gsize
length
)
Meta
Source
See Implementation
glib
ghmac
functions
g_compute_hmac_for_data
g_compute_hmac_for_string
g_hmac_copy
g_hmac_get_digest
g_hmac_get_string
g_hmac_new
g_hmac_ref
g_hmac_unref
g_hmac_update
structs
GHmac