aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/curve.py
Commit message (Expand)AuthorAgeFilesLines
* Fix is_neutral.J08nY2025-03-311-1/+3
* Better is_neutral test in curve.J08nY2025-03-311-1/+5
* Fix type ignore.J08nY2025-03-131-4/+4
* Blacken.J08nY2025-03-131-28/+61
* Better print in perf.J08nY2024-07-161-2/+3
* Move to function based Mod dispatch.J08nY2024-07-151-10/+10
* Use faster xreplace everywhere.J08nY2024-07-121-1/+1
* Save free_symbols call.J08nY2024-07-121-2/+2
* Less subs in assumption validation.J08nY2024-07-121-2/+3
* Fix issues from new sympy flint use.J08nY2024-07-111-2/+2
* Fix configuration enumeration.J08nY2024-06-031-1/+1
* Redo curve doctest.J08nY2024-06-031-1/+1
* Fix Curve doctest.J08nY2024-06-031-3/+3
* Doctests for EC.J08nY2024-06-011-1/+36
* Make imports absolute (to allow doctests).J08nY2024-06-011-7/+8
* Fix DeepSourcce issues.J08nY2024-04-161-7/+7
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-1/+1
* Add more utilities for working with maps and trees.J08nY2024-01-191-1/+1
* Fix ElliptiCurve hashhhability.J08nY2024-01-111-1/+1
* Cache sympify results to speedup formula exec.J08nY2023-10-061-1/+2
* Add ZVP point computation.J08nY2023-08-291-1/+16
* Move to importlib.resources for test data discovery.J08nY2023-08-081-1/+1
* Fix curve validation.J08nY2023-08-081-12/+3
* Add .to_coords to domain params and curve objects.J08nY2023-08-041-16/+75
* More DeepSource fixes.J08nY2023-02-081-0/+3
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+1
* More DeepSource fixes.J08nY2021-04-241-1/+1
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-9/+14
* Use black.J08nY2021-04-101-8/+31
* The big documentation patch.J08nY2021-01-201-4/+7
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-061-1/+4
* More docs.J08nY2020-12-171-4/+46
* Properly handle coordinate system assumptions.J08nY2020-12-161-1/+1
* Add point compare using scaling formula.J08nY2020-12-101-24/+44
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-2/+14
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-051-1/+1
* Add random generation of points, speedup computation.J08nY2020-07-011-2/+16
* Fix codestyle.J08nY2020-06-291-1/+1
* Fix type errors and increase code coverage.J08nY2020-06-141-1/+1
* Add docs and tests to the ECTester target.J08nY2020-06-131-2/+47
* Add tests for affine coords.J08nY2020-03-161-1/+1
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-211-1/+18
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-2/+23
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-2/+29
* Better textual representations of classes, new notebooks.J08nY2020-02-151-1/+4
* More docs and more coverage.J08nY2019-04-241-0/+5
* Raise code coverage for Mod.J08nY2019-04-221-1/+1
* Add AbelianGroup class.J08nY2019-04-211-10/+3
* Add codecov.J08nY2019-04-211-3/+3
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-6/+18