blob: 649e77e1d74fb0c907795f7bb294b82508bb96e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {const gnutls_digest_algorithm_t *} {gnutls_digest_list} ( @var{void})
Get a list of hash (digest) algorithms supported by GnuTLS.
This function is not thread safe.
@strong{Returns:} Return a (0)-terminated list of @code{gnutls_digest_algorithm_t}
integers indicating the available digests.
@end deftypefun
|