gnutls_sec_param_to_pk_bits (3) Linux Manual Page
gnutls_sec_param_to_pk_bits – API function Synopsis#include <gnutls/gnutls.h> unsigned int gnutls_sec_param_to_pk_bits(gnutls_pk_algorithm_t algo, gnutls_sec_param_t param); Argumentsgnutls_pk_algorithm_t algo is a public key algorithm gnutls_sec_param_t param is a security parameterDescriptionWhen generating private and public key pairs a difficult question is which size of "bits" the modulus will be in RSA and the group size in DSA. The easy answer is…
