More whitespace fixes.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Aug 2013 01:07:41 +0000 (02:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 Aug 2013 01:08:24 +0000 (02:08 +0100)
With a little luck, that'll be the last for a while.

calc/ec2.cal
calc/ecp.cal
progs/key.1
pub/t/gkcdsa
symm/aes-trans
symm/t/rijndael.aes
symm/t/serpent.aes
symm/t/twofish.aes
utils/README
utils/factor.c
utils/mpreducetests.py

index 3a37330..46d0779 100644 (file)
@@ -154,4 +154,3 @@ b163_g = ec2_pt(0x3f0eba16286a2d57ea0991168d4994637e8343e36,
                0x0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1, b163);
 
 /*----- That's all, folks -------------------------------------------------*/
-
index 700b18f..d090962 100644 (file)
@@ -151,4 +151,3 @@ p192_g = ecp_pt(0x188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012,
                0x07192b95ffc8da78631011ed6b24cdd573f977a11e794811, p192);
 
 /*----- That's all, folks -------------------------------------------------*/
-
index 3e7a601..9adb958 100644 (file)
@@ -972,4 +972,3 @@ you want them to be replaced during the merge.
 .BR keyring (5).
 .SH AUTHOR
 Mark Wooding, <mdw@distorted.org.uk>
-
index 0835f83..29f47cf 100644 (file)
@@ -54,4 +54,3 @@ verify {
   0x42e307f5fa0a4e01906b067965f6253f1a7919a566cf3d73ddd9a35a17b38617
   0;
 }
-
index a869d16..1972e09 100755 (executable)
@@ -33,4 +33,3 @@ BEGIN { FS = "="; }
 }
 '
 echo }
-
index b4baddb..284dc03 100644 (file)
@@ -5808,4 +5808,3 @@ CT=75E468E975C3FC6E5402AD975E6BEC01
 KEY=0000000000000000000000000000000000000000000000000000000000000080
 PT=A63E6B564C7F02E684B33BE92952FFEF
 CT=F4743D2EAA33735925F575A309E08449
-
index 0419e3b..1f11ace 100644 (file)
@@ -3897,4 +3897,3 @@ PT=00000000000000000000000000000001
 CT=6a7f3b805d2ddcba49b89770ade5e507
 
 ==========
-
index 5e7a501..8cd1caf 100644 (file)
@@ -758,4 +758,3 @@ PT=431058F4DBC7F734DA4F02F04CC4F459
 CT=37FE26FF1CF66175F5DDF4C33B97A205
 
 ==========
-
index adfaf62..765f248 100644 (file)
@@ -26,4 +26,3 @@ ecentry-prettify.pl
 Local variables:
 mode: text
 End:
-
index 4447ddf..51e38a9 100644 (file)
@@ -286,4 +286,3 @@ void freefactors(fact_v *v)
   }
   DA_DESTROY(v);
 }
-
index abe77c3..406eacb 100644 (file)
@@ -12,9 +12,9 @@ for i in xrange(16, 90):
     for k in xrange(i + 1, i + 16):
       x = R.randrange(1L << k)
       print "  0x%x" % m
-      print "   0x%x" % x
-      print "   0x%x;" % (x%m)
+      print "    0x%x" % x
+      print "    0x%x;" % (x%m)
       if not first:
-       print
+        print
       first = False
 print "}"