index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
coordinates.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Blacken.
J08nY
2025-03-13
1
-0
/
+1
*
Fix coords doctest.
J08nY
2024-06-03
1
-6
/
+6
*
Doctests for EC.
J08nY
2024-06-01
1
-1
/
+19
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-2
/
+3
*
Add some more missing docs.
J08nY
2024-05-21
1
-0
/
+1
*
Fix imports.
J08nY
2024-01-31
1
-1
/
+1
*
Fix issues with pickling and equality checks of EC objects.
J08nY
2024-01-25
1
-19
/
+12
*
Integrate formula expansion.
J08nY
2023-12-05
1
-3
/
+5
*
Make multiplier reprs more concise.
J08nY
2023-10-16
1
-1
/
+4
*
Make stuff picklable.
J08nY
2023-10-14
1
-1
/
+22
*
Split to_affine map to factor_set computation, fix mypy.
J08nY
2023-10-02
1
-0
/
+2
*
Add filtering of non-homogeneous polynomials
vojtechsu
2023-10-02
1
-0
/
+7
*
Use EFD tosystem maps for the to_model coordinate conversion.
J08nY
2023-09-20
1
-0
/
+2
*
Bump EFD version and fix formula names.
J08nY
2023-09-20
1
-0
/
+18
*
Add references to docs.
J08nY
2023-08-28
1
-0
/
+2
*
Move away from pkg_resources.
J08nY
2023-08-08
1
-26
/
+27
*
Move to better hash implementations.
J08nY
2023-07-28
1
-2
/
+2
*
More DeepSource fixes.
J08nY
2023-02-08
1
-0
/
+3
*
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
-3
/
+1
*
Use black.
J08nY
2021-04-10
1
-7
/
+16
*
Better parsing of "end of line"
Davide Alessio
2021-02-12
1
-3
/
+2
*
The big documentation patch.
J08nY
2021-01-20
1
-0
/
+3
*
More docs.
J08nY
2020-12-17
1
-0
/
+10
*
Fix to_affine mapping, fix affine formulas with infinity point.
J08nY
2020-12-10
1
-4
/
+3
*
Add support for getting neutral points in coordinate systems.
J08nY
2020-03-03
1
-1
/
+9
*
Enforce coordinate model assumptions when loading curves.
J08nY
2020-02-19
1
-2
/
+2
*
Add notebooks, fix Travis.
J08nY
2020-02-13
1
-0
/
+1
*
Add the concept of a configuration. Add enumeration of configurations.
J08nY
2020-02-12
1
-1
/
+4
*
Use std-curves database submodule instead of hard-coding standard curves.
J08nY
2020-02-10
1
-3
/
+4
*
Fix style errors.
J08nY
2020-02-08
1
-1
/
+1
*
Fix type errors, now mypy runs ok.
J08nY
2020-02-08
1
-3
/
+4
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-0
/
+3
*
More docs and more coverage.
J08nY
2019-04-24
1
-1
/
+7
*
Add conversion to and from affine points.
J08nY
2019-03-21
1
-14
/
+12
*
Separate formula code into EFD class.
J08nY
2019-03-21
1
-10
/
+12
*
Add negation formulas to EFD.
J08nY
2019-03-21
1
-15
/
+11
*
Abstract out EFD from classes.
J08nY
2019-03-21
1
-3
/
+29
*
Setup EC models, curves, formulas from efd.
J08nY
2019-03-21
1
-3
/
+6
*
Start EC package, add data from Explicit-Formulas Database.
J08nY
2019-03-21
1
-0
/
+71