index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
point.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better is_neutral test in curve.
J08nY
2025-03-31
1
-2
/
+6
*
Add equality check via homogenity.
J08nY
2025-03-28
1
-5
/
+66
*
Blacken.
J08nY
2025-03-13
1
-0
/
+1
*
Explain option to cythonize in docs.
J08nY
2024-07-16
1
-1
/
+1
*
Move to function based Mod dispatch.
J08nY
2024-07-15
1
-2
/
+2
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-7
/
+9
*
Fix DeepSourcce issues.
J08nY
2024-04-16
1
-1
/
+1
*
Add more utilities for working with maps and trees.
J08nY
2024-01-19
1
-1
/
+1
*
Document multiple context attrs.
J08nY
2023-11-29
1
-1
/
+1
*
Add to_model randomized mapping.
J08nY
2023-11-16
1
-8
/
+30
*
Use EFD tosystem maps for the to_model coordinate conversion.
J08nY
2023-09-20
1
-25
/
+5
*
More tests for point coordinate conversion.
J08nY
2023-08-31
1
-2
/
+2
*
Improve point test coverage.
J08nY
2023-08-31
1
-2
/
+2
*
Move to better hash implementations.
J08nY
2023-07-28
1
-2
/
+2
*
Allow for iter over Point.
J08nY
2023-05-20
1
-0
/
+13
*
More DeepSource fixes.
J08nY
2023-02-08
1
-1
/
+4
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-1
/
+1
*
More DeepSource fixes.
J08nY
2021-04-24
1
-1
/
+1
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-6
/
+5
*
Use black.
J08nY
2021-04-10
1
-9
/
+28
*
The big documentation patch.
J08nY
2021-01-20
1
-1
/
+6
*
Introduce symbolic Mod.
J08nY
2021-01-20
1
-2
/
+2
*
Introduce explicit field argument to formula calls.
J08nY
2021-01-19
1
-2
/
+12
*
Add Context for tracing multiples, usable for RPA.
J08nY
2021-01-16
1
-1
/
+1
*
Fix Edwards yzsuared to_model. Extend regression test for #10.
J08nY
2021-01-06
1
-1
/
+1
*
Fix Edwards yz/yzsquared to_model.
J08nY
2021-01-06
1
-2
/
+7
*
Fix type-checking, codestyle and update EFD.
J08nY
2021-01-05
1
-1
/
+3
*
More docs.
J08nY
2020-12-17
1
-3
/
+3
*
Add point compare using scaling formula.
J08nY
2020-12-10
1
-4
/
+30
*
Fix to_affine mapping, fix affine formulas with infinity point.
J08nY
2020-12-10
1
-4
/
+13
*
Fix modified coords to_model transformation.
J08nY
2020-07-10
1
-19
/
+30
*
Fixes for scalarmult.
J08nY
2020-07-10
1
-1
/
+7
*
Fix point conversion from affine.
J08nY
2020-07-10
1
-1
/
+1
*
Add a way for actions to have a result.
J08nY
2020-06-13
1
-7
/
+7
*
Add new complete formulas. Fix wNAF mult.
J08nY
2020-03-06
1
-0
/
+9
*
Fix Picoscope ranges, redo scope collection API.
J08nY
2020-03-03
1
-5
/
+6
*
Rework context handling into a tree-based approach.
J08nY
2020-02-11
1
-34
/
+54
*
Fix style errors.
J08nY
2020-02-08
1
-1
/
+1
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-0
/
+3
*
More docs and more coverage.
J08nY
2019-04-24
1
-10
/
+15
*
Add ECDH and ECDSA simulation.
J08nY
2019-04-22
1
-1
/
+8
*
Add point conversion.
J08nY
2019-04-20
1
-10
/
+27
*
Add conversion to and from affine points.
J08nY
2019-03-21
1
-7
/
+67
*
Fix some scalar-mult algos, rename some outputs of formulas.
J08nY
2019-03-21
1
-3
/
+11
*
Add Corons SPA resistant scalar mult. Add some TODOs.
J08nY
2019-03-21
1
-0
/
+1
*
Abstract out EFD from classes.
J08nY
2019-03-21
1
-2
/
+2
*
Fix basic scalar multiplier.
J08nY
2019-03-21
1
-0
/
+5
*
Setup EC models, curves, formulas from efd.
J08nY
2019-03-21
1
-0
/
+19