Utilities/crypto/py3PBKDF2.py

changeset 1130
3e9f0330f833
parent 1127
b1802ebe0066
child 1509
c0b5e693b0eb
--- a/Utilities/crypto/py3PBKDF2.py	Sun Jun 19 17:24:22 2011 +0200
+++ b/Utilities/crypto/py3PBKDF2.py	Sun Jun 19 17:50:39 2011 +0200
@@ -23,6 +23,7 @@
 
 Delimiter = "$"
 
+
 def pbkdf2(password, salt, iterations, digestMod):
     """
     Module function to hash a password according to the PBKDF2 specification.

eric ide

mercurial