md5crypt.py
branchstable
changeset 2172 cf8f9180e63e
parent 1977 606923dff11b
child 3149 c6a85fafb155
--- a/md5crypt.py	Fri Jun 19 09:19:27 2009 +0200
+++ b/md5crypt.py	Fri Jun 19 20:38:32 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 = ''