From: Niels Möller Date: Wed, 21 Oct 2020 18:24:40 +0000 (+0200) Subject: Indent fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e512e22185e25515bd8db7cd1da679d3ff51fc1d;p=thirdparty%2Fnettle.git Indent fix. --- diff --git a/ecc-secp521r1.c b/ecc-secp521r1.c index fc506021..3f96c85e 100644 --- a/ecc-secp521r1.c +++ b/ecc-secp521r1.c @@ -94,11 +94,11 @@ ecc_secp521r1_inv (const struct ecc_modulo *p, = 1 + 2^2(1 + 2 (2^259 + 1) (1 + 2(2^129 + 1) (2^129 - 1))) = 1 + 2^2(1 + 2 (2^259 + 1) (1 + 2(2^129 + 1) (1 + 2 (2^128 - 1)))) - where + where - 2^{128} - 1 = (2^64 + 1) (2^32+1) (2^16 + 1) (2^8 + 1) (2^4 + 1) (2^2 + 1) (2 + 1) + 2^{128} - 1 = (2^64 + 1) (2^32+1) (2^16 + 1) (2^8 + 1) (2^4 + 1) (2^2 + 1) (2 + 1) - This addition chain needs 520 squarings and 13 multiplies. + This addition chain needs 520 squarings and 13 multiplies. */ ecc_mod_sqr (p, rp, ap); /* a^2 */