From 33907949a41b844d6458e4391d536490ace9802e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 11 Aug 2013 02:07:41 +0100 Subject: [PATCH] More whitespace fixes. With a little luck, that'll be the last for a while. --- calc/ec2.cal | 1 - calc/ecp.cal | 1 - progs/key.1 | 1 - pub/t/gkcdsa | 1 - symm/aes-trans | 1 - symm/t/rijndael.aes | 1 - symm/t/serpent.aes | 1 - symm/t/twofish.aes | 1 - utils/README | 1 - utils/factor.c | 1 - utils/mpreducetests.py | 6 +++--- 11 files changed, 3 insertions(+), 13 deletions(-) diff --git a/calc/ec2.cal b/calc/ec2.cal index 3a373309..46d07796 100644 --- a/calc/ec2.cal +++ b/calc/ec2.cal @@ -154,4 +154,3 @@ b163_g = ec2_pt(0x3f0eba16286a2d57ea0991168d4994637e8343e36, 0x0d51fbc6c71a0094fa2cdd545b11c5c0c797324f1, b163); /*----- That's all, folks -------------------------------------------------*/ - diff --git a/calc/ecp.cal b/calc/ecp.cal index 700b18f5..d0909623 100644 --- a/calc/ecp.cal +++ b/calc/ecp.cal @@ -151,4 +151,3 @@ p192_g = ecp_pt(0x188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012, 0x07192b95ffc8da78631011ed6b24cdd573f977a11e794811, p192); /*----- That's all, folks -------------------------------------------------*/ - diff --git a/progs/key.1 b/progs/key.1 index 3e7a601a..9adb9588 100644 --- a/progs/key.1 +++ b/progs/key.1 @@ -972,4 +972,3 @@ you want them to be replaced during the merge. .BR keyring (5). .SH AUTHOR Mark Wooding, - diff --git a/pub/t/gkcdsa b/pub/t/gkcdsa index 0835f831..29f47cfc 100644 --- a/pub/t/gkcdsa +++ b/pub/t/gkcdsa @@ -54,4 +54,3 @@ verify { 0x42e307f5fa0a4e01906b067965f6253f1a7919a566cf3d73ddd9a35a17b38617 0; } - diff --git a/symm/aes-trans b/symm/aes-trans index a869d160..1972e093 100755 --- a/symm/aes-trans +++ b/symm/aes-trans @@ -33,4 +33,3 @@ BEGIN { FS = "="; } } ' echo } - diff --git a/symm/t/rijndael.aes b/symm/t/rijndael.aes index b4baddb4..284dc034 100644 --- a/symm/t/rijndael.aes +++ b/symm/t/rijndael.aes @@ -5808,4 +5808,3 @@ CT=75E468E975C3FC6E5402AD975E6BEC01 KEY=0000000000000000000000000000000000000000000000000000000000000080 PT=A63E6B564C7F02E684B33BE92952FFEF CT=F4743D2EAA33735925F575A309E08449 - diff --git a/symm/t/serpent.aes b/symm/t/serpent.aes index 0419e3be..1f11acef 100644 --- a/symm/t/serpent.aes +++ b/symm/t/serpent.aes @@ -3897,4 +3897,3 @@ PT=00000000000000000000000000000001 CT=6a7f3b805d2ddcba49b89770ade5e507 ========== - diff --git a/symm/t/twofish.aes b/symm/t/twofish.aes index 5e7a501b..8cd1cafe 100644 --- a/symm/t/twofish.aes +++ b/symm/t/twofish.aes @@ -758,4 +758,3 @@ PT=431058F4DBC7F734DA4F02F04CC4F459 CT=37FE26FF1CF66175F5DDF4C33B97A205 ========== - diff --git a/utils/README b/utils/README index adfaf623..765f2485 100644 --- a/utils/README +++ b/utils/README @@ -26,4 +26,3 @@ ecentry-prettify.pl Local variables: mode: text End: - diff --git a/utils/factor.c b/utils/factor.c index 4447ddf7..51e38a9f 100644 --- a/utils/factor.c +++ b/utils/factor.c @@ -286,4 +286,3 @@ void freefactors(fact_v *v) } DA_DESTROY(v); } - diff --git a/utils/mpreducetests.py b/utils/mpreducetests.py index abe77c30..406eacb0 100644 --- a/utils/mpreducetests.py +++ b/utils/mpreducetests.py @@ -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 "}" -- 2.11.0