md5crypt.py
branchstable
changeset 2190 d9f5fd1879fc
parent 2172 cf8f9180e63e
child 3149 c6a85fafb155
--- a/md5crypt.py	Mon Jun 29 16:09:08 2009 +0200
+++ b/md5crypt.py	Mon Jun 29 16:09:35 2009 +0200
@@ -85,7 +85,7 @@
         i = i >> 1
     final = md5.md5(ctx).digest()
     # The following is supposed to make
-    # things run slower. 
+    # things run slower.
     # my question: WTF???
     for i in xrange(1000):
         ctx1 = ''