| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixes #148 + test case | Paul Kehrer | 2013-10-22 | 1 | -0/+4 |
| | | |||||
| * | Allow data to be passed in the constructor & reject unicode ala hashlib | Paul Kehrer | 2013-10-19 | 1 | -0/+11 |
| | | |||||
| * | MD5 support + documentation for all hashes | Paul Kehrer | 2013-10-19 | 1 | -0/+10 |
| | | |||||
| * | Whirlpool support | Paul Kehrer | 2013-10-18 | 1 | -0/+10 |
| | | |||||
| * | ripemd160 support + long string hash test | Paul Kehrer | 2013-10-18 | 1 | -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 support | Paul Kehrer | 2013-10-18 | 1 | -0/+40 |
| | | |||||
| * | change api.supports_hash to take a hash class rather than a str | Paul Kehrer | 2013-10-18 | 1 | -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 tests | Paul Kehrer | 2013-10-18 | 1 | -1/+1 |
| | | |||||
| * | Hash Saga Part 3 - API changes + SHA1 support + tests | Paul Kehrer | 2013-10-18 | 1 | -0/+28 |
