aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/test_hashes.py
Commit message (Collapse)AuthorAgeFilesLines
* MD5 support + documentation for all hashesPaul Kehrer2013-10-191-0/+10
|
* Whirlpool supportPaul Kehrer2013-10-181-0/+10
|
* ripemd160 support + long string hash testPaul Kehrer2013-10-181-0/+10
| | | | | | * Note that the long string hash test for RIPEMD160 adds a vector in the test. You can verify this vector (for b"a" * 1000000) on the RIPE homepage: http://homes.esat.kuleuven.be/~bosselae/ripemd160.html
* SHA-2 family supportPaul Kehrer2013-10-181-0/+40
|
* change api.supports_hash to take a hash class rather than a strPaul Kehrer2013-10-181-1/+1
| | | | | | * This change means hash class names will be byte strings and we no longer need to encode to ascii on hashobject.name in create_hash_context
* remove unneeded lambdas from testsPaul Kehrer2013-10-181-1/+1
|
* Hash Saga Part 3 - API changes + SHA1 support + testsPaul Kehrer2013-10-181-0/+28