summaryrefslogtreecommitdiff
path: root/passlib/utils/md4.py
Commit message (Expand)AuthorAgeFilesLines
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-248/+15
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-8/+4
* style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-2/+2
* massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-1/+1
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-42/+42
* excluded some branches from coverageEli Collins2012-04-301-4/+3
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-2/+1
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-3/+3
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-1/+3
* import cleanupsEli Collins2012-01-181-4/+2
* cleanups to utilsEli Collins2012-01-181-3/+1
* move vm constants to compat moduleEli Collins2011-12-281-2/+2
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+3
* replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-2/+3
* added test for builtin MD4 class even if SSL version present, for coverageEli Collins2011-07-111-2/+5
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-1/+1
* rest of utils now py3 compatEli Collins2011-06-171-4/+8
* patch to md4 module for pypy compat; noted pypy compat in changelogEli Collins2011-05-041-5/+24
* passlib.utils.md4: use native hashlib md4 support if availableEli Collins2011-04-051-2/+14
* documentation work & rearrangingEli Collins2011-03-221-5/+23
* coverage workEli Collins2011-03-181-5/+5
* supporting hashes addedEli Collins2011-03-141-1/+2
* updated docsEli Collins2011-01-311-1/+22
* moved DES routines to separate moduleEli Collins2011-01-251-3/+3
* work on lanman hashEli Collins2011-01-251-0/+1
* misc stuffEli Collins2011-01-241-0/+189