Function

GLibHmacnew

Declaration

GHmac*
g_hmac_new (
  GChecksumType digest_type,
  const guchar* key,
  gsize key_len
)

Description

No description available.

Parameters

digest_type

Type: GChecksumType

No description available.

key

Type: const guchar*

No description available.

The data is owned by the caller of the function.
key_len

Type: gsize

No description available.

Return value

Type: GHmac

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.