From e512e22185e25515bd8db7cd1da679d3ff51fc1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 21 Oct 2020 20:24:40 +0200 Subject: [PATCH] Indent fix. --- ecc-secp521r1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.47.2