X-Git-Url: https://www.bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fec%2Fec_c25519_m64.c;h=df4883467d4a75c387420a7b26a26658684b4f98;hp=7e7f12f7e3ad911ef482ca24d3443741ad3361aa;hb=HEAD;hpb=f0ddbc32f07c4042ea31759b0d90864ca087b2b7 diff --git a/src/ec/ec_c25519_m64.c b/src/ec/ec_c25519_m64.c index 7e7f12f..df48834 100644 --- a/src/ec/ec_c25519_m64.c +++ b/src/ec/ec_c25519_m64.c @@ -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)