aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Move primtives into a hazmat packageDonald Stufft2013-10-281-127/+0
|
* the great api -> backend renamePaul Kehrer2013-10-221-24/+24
|
* Merge pull request #112 from reaperhulk/block-cipher-decryptDavid Reid2013-10-221-2/+7
|\ | | | | Block Cipher Decryption
| * block cipher decryption supportPaul Kehrer2013-10-211-2/+7
| | | | | | | | | | | | This is a squash of previous commits plus new ones. Ran into a pile of conflicts during the rebase and decided this was an easier way to retain a sane commit history
* | Allow data to be passed in the constructor & reject unicode ala hashlibPaul Kehrer2013-10-191-1/+3
|/
* Only execute only_if if we need toDonald Stufft2013-10-191-6/+6
|
* ripemd160 support + long string hash testPaul Kehrer2013-10-181-0/+23
| | | | | | * 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
* remove unneeded lambdas from testsPaul Kehrer2013-10-181-8/+8
|
* Hash Saga Part 3 - API changes + SHA1 support + testsPaul Kehrer2013-10-181-0/+55
|
* Rewrite to avoid capitalization issuesAlex Gaynor2013-10-161-1/+1
|
* Move around the skip logicAlex Gaynor2013-10-161-12/+17
|
* Consolidate this listAlex Gaynor2013-10-161-2/+2
|
* Ported openssl vector testsAlex Gaynor2013-10-161-6/+3
|
* Missed fileAlex Gaynor2013-10-161-0/+40