aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/op.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy proper.J08nY2025-07-291-1/+1
* Fix mypy.J08nY2025-07-291-1/+1
* Blacken.J08nY2025-03-131-0/+1
* Make imports absolute (to allow doctests).J08nY2024-06-011-4/+9
* Fix DeepSourcce issues.J08nY2024-04-161-3/+2
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-6/+15
* Make stuff picklable.J08nY2023-10-141-2/+15
* Fix some deepsource issues.J08nY2023-08-311-2/+2
* Tiny performance improvements.J08nY2023-07-241-1/+1
* Process OpResults better.J08nY2023-07-241-1/+12
* 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-6/+4
* Use black.J08nY2021-04-101-3/+22
* The big documentation patch.J08nY2021-01-201-0/+3
* More docs.J08nY2020-12-171-1/+8
* Add random generation of points, speedup computation.J08nY2020-07-011-13/+2
* Fix type errors and increase code coverage.J08nY2020-06-141-4/+4
* Add a way for actions to have a result.J08nY2020-06-131-2/+2
* Fix handling of formulas with unary negation.J08nY2020-02-201-7/+13
* Rework context handling into a tree-based approach.J08nY2020-02-111-0/+11
* Cleanup op parsing.J08nY2020-02-101-15/+43
* Fix type errors, now mypy runs ok.J08nY2020-02-081-4/+4
* Fix op parsing.J08nY2019-12-231-0/+3
* Refactor ScalarMult.J08nY2019-12-221-8/+2
* More utility to formulas.J08nY2019-11-291-2/+32
* More docs and more coverage.J08nY2019-04-241-2/+3
* Add proper context management.J08nY2019-04-231-2/+7
* Add conversion to and from affine points.J08nY2019-03-211-1/+7
* Add Op class.J08nY2019-03-211-0/+38