summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Hash/common.py
Commit message (Expand)AuthorAgeFilesLines
* Fix BytesWarning when running with "python3 -bb"Dwayne Litzenberger2014-06-221-1/+1
* hexverify: Fix handling unicode strings on Python 3.2Dwayne Litzenberger2013-10-201-1/+11
* MAC unit tests become independent of hashesLegrandin2013-10-201-50/+48
* Add HMAC.verify() and HMAC.hexverify() with constant-time comparisonLegrandin2013-10-201-1/+12
* Added support for PKCS#8-encrypted private keys.Legrandin2013-07-141-1/+1
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-5/+21
* Hash: Generic Crypto.Hash.new(algo, [data]) functionDwayne Litzenberger2013-02-171-0/+35
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-171-12/+4
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-14/+24
|\
| * Don't abuse __builtins__Dwayne C. Litzenberger2011-10-101-1/+1
| * Py3k compatibility: testsDwayne C. Litzenberger2011-10-101-2/+2
| * Unwraping byte conversion on test vectors.Anders Sundman2011-04-241-3/+3
| * PY3K _fastmath supportThorsten Behrens2010-12-291-2/+2
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-9/+17
* | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-1/+22
* | Add new() method to all remaining hash algorithms, so as to make them to work...Legrandin2011-02-071-0/+6
* | Make tests compatible to Python 2.1Legrandin2011-02-031-1/+6
* | Add test routines to validate OID in hash algorithms.Legrandin2011-02-031-1/+15
|/
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-21/+17
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-281-0/+145