http://hg.viff.dk/viff/rev/c73d989810fb
changeset: 1113:c73d989810fb
user:      Martin Geisler <[email protected]>
date:      Thu Feb 26 21:15:25 2009 +0100
summary:   Removed trailing whitespace.

diffstat:

1 file changed, 2 insertions(+), 3 deletions(-)
apps/aes.py |    5 ++---

diffs (22 lines):

diff -r febb63e773e4 -r c73d989810fb apps/aes.py
--- a/apps/aes.py       Thu Feb 26 21:01:21 2009 +0100
+++ b/apps/aes.py       Thu Feb 26 21:15:25 2009 +0100
@@ -35,8 +35,8 @@
 parser = OptionParser(usage="Usage: %prog [options] config_file")
 parser.add_option("-e", "--exponentiation", action="store_true",
                   help="Use exponentiation to invert bytes (default).")
-parser.add_option("-m", "--masking", action="store_false", 
-                  dest="exponentiation", 
+parser.add_option("-m", "--masking", action="store_false",
+                  dest="exponentiation",
                   help="Use masking to invert bytes.")
 parser.set_defaults(exponentiation=True)
 
@@ -72,7 +72,6 @@
 
     for i in range(24):
         inputter = i % 3 + 1
-        
         if (inputter == id):
             key.append(rt.input([inputter], GF256, ord("b")))
         else:
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to