aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/coordinates.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken.J08nY2025-03-131-0/+1
* Fix coords doctest.J08nY2024-06-031-6/+6
* Doctests for EC.J08nY2024-06-011-1/+19
* Make imports absolute (to allow doctests).J08nY2024-06-011-2/+3
* Add some more missing docs.J08nY2024-05-211-0/+1
* Fix imports.J08nY2024-01-311-1/+1
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-19/+12
* Integrate formula expansion.J08nY2023-12-051-3/+5
* Make multiplier reprs more concise.J08nY2023-10-161-1/+4
* Make stuff picklable.J08nY2023-10-141-1/+22
* Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-0/+2
* Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-0/+7
* Use EFD tosystem maps for the to_model coordinate conversion.J08nY2023-09-201-0/+2
* Bump EFD version and fix formula names.J08nY2023-09-201-0/+18
* Add references to docs.J08nY2023-08-281-0/+2
* Move away from pkg_resources.J08nY2023-08-081-26/+27
* Move to better hash implementations.J08nY2023-07-281-2/+2
* 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-3/+1
* Use black.J08nY2021-04-101-7/+16
* Better parsing of "end of line"Davide Alessio2021-02-121-3/+2
* The big documentation patch.J08nY2021-01-201-0/+3
* More docs.J08nY2020-12-171-0/+10
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-4/+3
* Add support for getting neutral points in coordinate systems.J08nY2020-03-031-1/+9
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-2/+2
* Add notebooks, fix Travis.J08nY2020-02-131-0/+1
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-1/+4
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-3/+4
* Fix style errors.J08nY2020-02-081-1/+1
* Fix type errors, now mypy runs ok.J08nY2020-02-081-3/+4
* Refactor ScalarMult.J08nY2019-12-221-0/+3
* More docs and more coverage.J08nY2019-04-241-1/+7
* Add conversion to and from affine points.J08nY2019-03-211-14/+12
* Separate formula code into EFD class.J08nY2019-03-211-10/+12
* Add negation formulas to EFD.J08nY2019-03-211-15/+11
* Abstract out EFD from classes.J08nY2019-03-211-3/+29
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-3/+6
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-211-0/+71