Blame doc/functions/gnutls_hmac_get_len

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {unsigned} {gnutls_hmac_get_len} (gnutls_mac_algorithm_t @var{algorithm})
Packit aea12f
@var{algorithm}: the hmac algorithm to use
Packit aea12f
Packit aea12f
This function will return the length of the output data
Packit aea12f
of the given hmac algorithm.
Packit aea12f
Packit aea12f
@strong{Returns:} The length or zero on error.
Packit aea12f
Packit aea12f
@strong{Since:} 2.10.0
Packit aea12f
@end deftypefun