pub type GHmac = _GHmac;
Expand description
GHmac:
An opaque structure representing a HMAC operation. To create a new GHmac, use g_hmac_new(). To free a GHmac, use g_hmac_unref().
Since: 2.30
Aliased Type§
struct GHmac { /* private fields */ }
pub type GHmac = _GHmac;
GHmac:
An opaque structure representing a HMAC operation. To create a new GHmac, use g_hmac_new(). To free a GHmac, use g_hmac_unref().
Since: 2.30
struct GHmac { /* private fields */ }