aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/params.py
Commit message (Expand)AuthorAgeFilesLines
* Add XDH (X25519, X448).J08nY2024-08-271-1/+6
* Better print in perf.J08nY2024-07-161-2/+3
* Move to function based Mod dispatch.J08nY2024-07-151-6/+6
* Fix DeepSource issues.J08nY2024-07-111-1/+1
* Fix issues from new sympy flint use.J08nY2024-07-111-3/+4
* Doctests for EC.J08nY2024-06-011-1/+19
* Make imports absolute (to allow doctests).J08nY2024-06-011-8/+8
* Add check for mis-install with missing std an efd submodules.J08nY2024-05-161-69/+56
* Fix DeepSourcce issues.J08nY2024-04-161-2/+2
* 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
* Cache sympify results to speedup formula exec.J08nY2023-10-061-1/+2
* Add more curve model transformaations.J08nY2023-08-311-0/+2
* More tests for point coordinate conversion.J08nY2023-08-311-1/+1
* Fix some deepsource issues.J08nY2023-08-311-1/+1
* Add references to docs.J08nY2023-08-281-7/+7
* Move away from pkg_resources.J08nY2023-08-081-14/+9
* Fix curve validation.J08nY2023-08-081-1/+0
* Add .to_coords to domain params and curve objects.J08nY2023-08-041-3/+28
* Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-031-22/+133
* More DeepSource fixes.J08nY2023-02-081-0/+3
* Fix docstyle and some DeepSource warnings.J08nY2023-02-081-1/+2
* Fix type issue in params.load_category.J08nY2021-11-261-2/+2
* More DeepSource fixes.J08nY2021-04-241-2/+2
* Make docstring style changes as per pydocstyle.J08nY2021-04-111-4/+6
* Implement fixes from DeepSource.J08nY2021-04-101-5/+5
* Use black.J08nY2021-04-101-24/+75
* The big documentation patch.J08nY2021-01-201-0/+4
* Fix type-checking, codestyle and update EFD.J08nY2021-01-051-1/+1
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-261-1/+1
* Make certain aspects of the library configurable.J08nY2020-12-171-7/+7
* Handle formula assumptions.J08nY2020-12-171-12/+18
* Fix unavailability of ast.unparse on Python 3.8.J08nY2020-12-161-1/+1
* Properly handle coordinate system assumptions.J08nY2020-12-161-14/+116
* Add way of importing parameters from file.J08nY2020-10-061-30/+62
* Update std-curves module and fix its parsing.J08nY2020-09-231-3/+6
* Fix modified coords to_model transformation.J08nY2020-07-101-1/+1
* Fix codestyle.J08nY2020-06-291-2/+2
* Fix type errors and increase code coverage.J08nY2020-06-141-2/+3
* Add tests for affine coords.J08nY2020-03-161-12/+19
* Cleanup curves script.J08nY2020-03-161-2/+94
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-8/+3
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-1/+1
* Better textual representations of classes, new notebooks.J08nY2020-02-151-1/+25
* Rename AbelianGroup to DomainParameters.J08nY2020-02-101-0/+30