blob: dfbb9e0be33da1d98c4b9daafcbdd081f256d466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {gnutls_pk_algorithm_t} {gnutls_ecc_curve_get_pk} (gnutls_ecc_curve_t @var{curve})
@var{curve}: is an ECC curve
@strong{Returns:} the public key algorithm associated with the named curve or @code{GNUTLS_PK_UNKNOWN} .
@strong{Since:} 3.5.0
@end deftypefun
|