summaryrefslogtreecommitdiff
path: root/src/ecdsa/numbertheory.py
Commit message (Expand)AuthorAgeFilesLines
* better handling for malformed curve parametersHubert Kario2022-04-011-6/+12
* use new version of blackHubert Kario2022-03-291-3/+0
* docs: Fix a few typosTim Gates2021-09-051-1/+1
* fix LGTM alertsHubert Kario2020-12-111-1/+0
* update URIs and badges after migration to tlsfuzzer orgHubert Kario2020-12-101-7/+7
* ignore environment-caused lack of branch coverage for inverse_mod()Hubert Kario2020-12-091-6/+9
* use native inverse modulo when availableHubert Kario2020-12-021-7/+17
* Fix docstring indentation issuesTaneli Hukkinen2020-01-271-37/+34
* Format with blackTaneli Hukkinen2020-01-261-356/+569
* Fix for Python 4: replace unsafe six.PY3 with PY2Hugo2020-01-161-4/+4
* numbertheory.py: fix flakesHubert Kario2019-12-171-5/+5
* also allow the older gmpyHubert Kario2019-12-021-0/+25
* use gmp2 for faster arithmeticHubert Kario2019-12-021-10/+22
* Merge pull request #147 from tomato42/speed-upHubert Kario2019-11-011-18/+9
|\
| * speed up inverse_modHubert Kario2019-10-311-18/+9
* | Use math.gcd if availableOctavian2019-10-311-6/+8
|/
* numbertheory: deprecate modular_expHubert Kario2019-10-301-20/+15
* deprecate unused methodsHubert Kario2019-10-101-7/+43
* support for SEC/X9.62 formatted keysHubert Kario2019-10-011-7/+16
* Merge PR60: unbundle 'six'Brian Warner2016-11-161-2/+2
* switch to tox, move test functions into separate filesBrian Warner2016-11-161-123/+1
* move sources into src/Brian Warner2016-11-161-0/+652