summaryrefslogtreecommitdiff
path: root/tests/test_key.py
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect ordering of public and private keys in test casemyheroyuki2022-07-201-3/+3
* Fix threading issue introduced in 4.7Sybren A. Stüvel2021-02-151-8/+7
* Fix #162: Blinding uses slow algorithmSybren A. Stüvel2020-11-151-4/+13
* Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello2017-01-051-0/+7
* Implemented __hash__ function for key objects.Sybren A. Stüvel2016-03-291-0/+11
* More tests with hard-coded 'random' values.Sybren A. Stüvel2016-03-291-1/+3
* Added unittest for rsa.key.gen_keysSybren A. Stüvel2016-03-291-0/+17
* Fix #18: Add an 'exponent' argument to key.newkeys()Sybren A. Stüvel2016-01-271-2/+14
* Fix #19: Implemented blinding when decrypting.Sybren A. Stüvel2016-01-221-0/+30