X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_smpl.c;fp=crypto%2Fec%2Fecp_smpl.c;h=8732fddebf32afb1f39bc2575ae9a80baf184083;hp=b9c675971bd669142588b5a11053e80012362b7f;hb=1567a821a4616f59748fa8982724f88e542867d6;hpb=8b5424eae5577809264e73a229fcc4c384611fae diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c index b9c675971b..8732fddebf 100644 --- a/crypto/ec/ecp_smpl.c +++ b/crypto/ec/ecp_smpl.c @@ -9,7 +9,7 @@ */ /* - * ECDSA low level APIs are deprecated for public use, but still ok for + * ECDSA low-level APIs are deprecated for public use, but still ok for * internal use. */ #include "internal/deprecated.h" @@ -1376,7 +1376,7 @@ int ossl_ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM /*- * Computes the multiplicative inverse of a in GF(p), storing the result in r. - * If a is zero (or equivalent), you'll get a EC_R_CANNOT_INVERT error. + * If a is zero (or equivalent), you'll get an EC_R_CANNOT_INVERT error. * Since we don't have a Mont structure here, SCA hardening is with blinding. * NB: "a" must be in _decoded_ form. (i.e. field_decode must precede.) */