Fixed some errors in comments.
authorThomas Pornin <pornin@bolet.org>
Wed, 4 Sep 2019 13:07:42 +0000 (15:07 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 4 Sep 2019 13:07:42 +0000 (15:07 +0200)
inc/bearssl_ec.h
src/ec/ec_c25519_m64.c

index f954309..acd3a2b 100644 (file)
@@ -108,7 +108,7 @@ extern "C" {
  *
  *   - The multipliers (integers) MUST be lower than the subgroup order.
  *     If this property is not met, then the result is indeterminate,
- *     but an error value is not ncessearily returned.
+ *     but an error value is not necessarily returned.
  * 
  *
  * ## ECDSA
index 7e7f12f..df48834 100644 (file)
@@ -158,10 +158,6 @@ f255_add(uint64_t *d, const uint64_t *a, const uint64_t *b)
 
 /*
  * Subtraction.
- * On input, limbs must fit on 60 bits each. On output, result is
- * partially reduced, with max value 2^255+19456; moreover, all
- * limbs will fit on 51 bits, except the low limb, which may have
- * value up to 2^51+19455.
  */
 static inline void
 f255_sub(uint64_t *d, const uint64_t *a, const uint64_t *b)