summaryrefslogtreecommitdiff
path: root/passlib/utils/md4.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-01-25 01:17:40 +0000
committerEli Collins <elic@assurancetechnologies.com>2011-01-25 01:17:40 +0000
commit2ba159bb201d3da7fe5fcd533e1a6531a3489062 (patch)
tree6f2a3e51150d9c729f3695d36688a7f1637da89d /passlib/utils/md4.py
parent5e9e909043cab4133443c574ef4318bb229e87ec (diff)
downloadpasslib-2ba159bb201d3da7fe5fcd533e1a6531a3489062.tar.gz
work on lanman hash
Diffstat (limited to 'passlib/utils/md4.py')
-rw-r--r--passlib/utils/md4.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/utils/md4.py b/passlib/utils/md4.py
index fe88f6a..2eb2c95 100644
--- a/passlib/utils/md4.py
+++ b/passlib/utils/md4.py
@@ -27,6 +27,7 @@ class md4(object):
"md4 hash algorithm"
#FIXME: make this follow hash object PEP better.
#FIXME: this isn't threadsafe
+ #XXX: should we monkeypatch ourselves into hashlib for general use? probably wouldn't be nice.
digest_size = digestsize = 16