Type Alias panda_sys::GHmac

source ·
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 */ }