]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Indent fix.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 21 Oct 2020 18:24:40 +0000 (20:24 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 21 Oct 2020 18:38:46 +0000 (20:38 +0200)
ecc-secp521r1.c

index fc50602154ef218ed0348a5cd8bee41c2be5b9e5..3f96c85e0eceed486816aa4500c772b3f81510e2 100644 (file)
@@ -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 */