summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_digest_get_name
blob: 480d66d812c53b378bdded1676e709b9d0d7a7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {const char *} {gnutls_digest_get_name} (gnutls_digest_algorithm_t @var{algorithm})
@var{algorithm}: is a digest algorithm

Convert a @code{gnutls_digest_algorithm_t}  value to a string.

@strong{Returns:} a string that contains the name of the specified digest
algorithm, or @code{NULL} .
@end deftypefun