Blame doc/functions/gnutls_ecc_curve_get_pk

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {gnutls_pk_algorithm_t} {gnutls_ecc_curve_get_pk} (gnutls_ecc_curve_t @var{curve})
Packit Service 4684c1
@var{curve}: is an ECC curve
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} the public key algorithm associated with the named curve or @code{GNUTLS_PK_UNKNOWN} .
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 3.5.0
Packit Service 4684c1
@end deftypefun