aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_curve.py
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple mult in rpa context.J08nY2025-03-121-1/+2
* Move to function based Mod dispatch.J08nY2024-07-151-10/+10
* Move EC tests to pytest fully.J08nY2023-08-081-162/+157
* Add .to_coords to domain params and curve objects.J08nY2023-08-041-0/+15
* Use black.J08nY2021-04-101-26/+67
* Fix codestyle and typing issues in tests.J08nY2021-01-201-1/+0
* Add point compare using scaling formula.J08nY2020-12-101-0/+13
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-0/+4
* Add support for GMP modular arithmetic.J08nY2020-12-101-1/+5
* Add random generation of points, speedup computation.J08nY2020-07-011-0/+7
* Fix type errors and increase code coverage.J08nY2020-06-141-1/+19
* Add docs and tests to the ECTester target.J08nY2020-06-131-0/+13
* Cleanup curves script.J08nY2020-03-161-1/+1
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-211-0/+5
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-3/+15
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-3/+19
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-20/+3
* Add curve parameters, improve coverage.J08nY2019-12-211-7/+21
* More coverage for curve and group.J08nY2019-05-011-1/+21
* Raise code coverage for Mod.J08nY2019-04-221-1/+11
* Add AbelianGroup class.J08nY2019-04-211-10/+8
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-0/+20