aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/point.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better is_neutral test in curve.J08nY2025-03-311-2/+6
* Add equality check via homogenity.J08nY2025-03-281-5/+66
* Blacken.J08nY2025-03-131-0/+1
* Explain option to cythonize in docs.J08nY2024-07-161-1/+1
* Move to function based Mod dispatch.J08nY2024-07-151-2/+2
* Make imports absolute (to allow doctests).J08nY2024-06-011-7/+9
* Fix DeepSourcce issues.J08nY2024-04-161-1/+1
* Add more utilities for working with maps and trees.J08nY2024-01-191-1/+1
* Document multiple context attrs.J08nY2023-11-291-1/+1
* Add to_model randomized mapping.J08nY2023-11-161-8/+30
* Use EFD tosystem maps for the to_model coordinate conversion.J08nY2023-09-201-25/+5
* More tests for point coordinate conversion.J08nY2023-08-311-2/+2
* Improve point test coverage.J08nY2023-08-311-2/+2
* Move to better hash implementations.J08nY2023-07-281-2/+2
* Allow for iter over Point.J08nY2023-05-201-0/+13
* More DeepSource fixes.J08nY2023-02-081-1/+4
* 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/+5
* Use black.J08nY2021-04-101-9/+28
* The big documentation patch.J08nY2021-01-201-1/+6
* Introduce symbolic Mod.J08nY2021-01-201-2/+2
* Introduce explicit field argument to formula calls.J08nY2021-01-191-2/+12
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-161-1/+1
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-061-1/+1
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-061-2/+7
* Fix type-checking, codestyle and update EFD.J08nY2021-01-051-1/+3
* More docs.J08nY2020-12-171-3/+3
* Add point compare using scaling formula.J08nY2020-12-101-4/+30
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-101-4/+13
* Fix modified coords to_model transformation.J08nY2020-07-101-19/+30
* Fixes for scalarmult.J08nY2020-07-101-1/+7
* Fix point conversion from affine.J08nY2020-07-101-1/+1
* Add a way for actions to have a result.J08nY2020-06-131-7/+7
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-0/+9
* Fix Picoscope ranges, redo scope collection API.J08nY2020-03-031-5/+6
* Rework context handling into a tree-based approach.J08nY2020-02-111-34/+54
* Fix style errors.J08nY2020-02-081-1/+1
* Refactor ScalarMult.J08nY2019-12-221-0/+3
* More docs and more coverage.J08nY2019-04-241-10/+15
* Add ECDH and ECDSA simulation.J08nY2019-04-221-1/+8
* Add point conversion.J08nY2019-04-201-10/+27
* Add conversion to and from affine points.J08nY2019-03-211-7/+67
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-211-3/+11
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-0/+1
* Abstract out EFD from classes.J08nY2019-03-211-2/+2
* Fix basic scalar multiplier.J08nY2019-03-211-0/+5
* Setup EC models, curves, formulas from efd.J08nY2019-03-211-0/+19