Blame doc/functions/gnutls_hash_get_len

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {unsigned} {gnutls_hash_get_len} (gnutls_digest_algorithm_t @var{algorithm})
Packit Service 4684c1
@var{algorithm}: the hash algorithm to use
Packit Service 4684c1
Packit Service 4684c1
This function will return the length of the output data
Packit Service 4684c1
of the given hash algorithm.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} The length or zero on error.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.10.0
Packit Service 4684c1
@end deftypefun