summaryrefslogtreecommitdiff
path: root/tests/test_prime.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-14/+40
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-1/+0
* xrange compatibility optimization for Python 2 (#69)Michael Manganiello2016-05-081-0/+1
* Use 'assertEqual' instead of deprecated alias (#73)Michael Manganiello2016-05-081-10/+10
* Unit test for Mersenne primesadamantike2016-04-231-0/+19
* Trivial fix on primality testingadamantike2016-04-161-3/+3
* Set Miller-Rabin rounds based on bitsizeadamantike2016-04-151-0/+14
* More tests with hard-coded 'random' values.Sybren A. Stüvel2016-03-291-0/+32
* Reintroduced test for rsa.prime.is_primeSybren A. Stüvel2016-03-171-0/+23
* Remove Solovay-Strassen implementationadamantike2016-03-171-193/+0
* Add Jacobi test for table of valuesadamantike2016-02-051-0/+214