X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=inc%2Fbearssl_rsa.h;h=0eaf2a20e4fb06e0382022fd5fec8ad7b0432f2c;hp=f3825d19949217ef9c5c9f6ea31b4cd32d299dac;hb=8ef7680081c61b486622f2d983c0d3d21e83caad;hpb=d8fa415fcabecb7d7c8461d8edbe2f265911e72c diff --git a/inc/bearssl_rsa.h b/inc/bearssl_rsa.h index f3825d1..0eaf2a2 100644 --- a/inc/bearssl_rsa.h +++ b/inc/bearssl_rsa.h @@ -1315,8 +1315,9 @@ br_rsa_compute_pubexp br_rsa_compute_pubexp_get_default(void); * Not all error conditions are detected when `d` is `NULL`; therefore, the * returned value shall be checked also when actually producing the value. * - * \param d destination buffer (or `NULL`). - * \param sk RSA private key. + * \param d destination buffer (or `NULL`). + * \param sk RSA private key. + * \param pubexp the public exponent. * \return the private exponent length (in bytes), or 0. */ typedef size_t (*br_rsa_compute_privexp)(void *d, @@ -1327,8 +1328,9 @@ typedef size_t (*br_rsa_compute_privexp)(void *d, * * \see br_rsa_compute_privexp * - * \param d destination buffer (or `NULL`). - * \param sk RSA private key. + * \param d destination buffer (or `NULL`). + * \param sk RSA private key. + * \param pubexp the public exponent. * \return the private exponent length (in bytes), or 0. */ size_t br_rsa_i15_compute_privexp(void *d, @@ -1339,8 +1341,9 @@ size_t br_rsa_i15_compute_privexp(void *d, * * \see br_rsa_compute_privexp * - * \param d destination buffer (or `NULL`). - * \param sk RSA private key. + * \param d destination buffer (or `NULL`). + * \param sk RSA private key. + * \param pubexp the public exponent. * \return the private exponent length (in bytes), or 0. */ size_t br_rsa_i31_compute_privexp(void *d,