blob: 4c4927e05fcb4cca305f1564a9c1df1980e61e9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {unsigned} {gnutls_hash_get_len} (gnutls_digest_algorithm_t @var{algorithm})
@var{algorithm}: the hash algorithm to use
This function will return the length of the output data
of the given hash algorithm.
@strong{Returns:} The length or zero on error.
@strong{Since:} 2.10.0
@end deftypefun
|