index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyecsca
/
ec
/
model.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Blacken.
J08nY
2025-03-13
1
-0
/
+1
|
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-1
/
+1
|
*
Fix efd detection.
J08nY
2024-05-16
1
-1
/
+2
|
*
Add check for mis-install with missing std an efd submodules.
J08nY
2024-05-16
1
-0
/
+9
|
*
Fix DeepSourcce issues.
J08nY
2024-04-16
1
-1
/
+1
|
*
Fix issues with pickling and equality checks of EC objects.
J08nY
2024-01-25
1
-1
/
+15
|
*
Add references to docs.
J08nY
2023-08-28
1
-0
/
+1
|
*
Move away from pkg_resources.
J08nY
2023-08-08
1
-12
/
+11
|
*
Move to better hash implementations.
J08nY
2023-07-28
1
-1
/
+1
|
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-1
/
+1
|
*
Fix mypy issues.
J08nY
2023-02-05
1
-4
/
+2
|
*
More DeepSource fixes.
J08nY
2021-04-24
1
-1
/
+1
|
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-8
/
+6
|
*
Use black.
J08nY
2021-04-10
1
-0
/
+2
|
*
Better parsing of "end of line"
Davide Alessio
2021-02-12
1
-1
/
+1
|
|
|
|
Using .rstrip() multi-byte end of line (CRLF on Windows) is correctly stripped
*
The big documentation patch.
J08nY
2021-01-20
1
-0
/
+30
|
*
Handle formula assumptions.
J08nY
2020-12-17
1
-0
/
+1
|
|
|
|
Fixes #4.
*
Add random generation of points, speedup computation.
J08nY
2020-07-01
1
-0
/
+3
|
*
Fix LTR multiplier, add affine formula stuff.
J08nY
2020-02-19
1
-10
/
+2
|
*
Enforce coordinate model assumptions when loading curves.
J08nY
2020-02-19
1
-0
/
+6
|
*
Better textual representations of classes, new notebooks.
J08nY
2020-02-15
1
-0
/
+3
|
*
Add notebooks, fix Travis.
J08nY
2020-02-13
1
-0
/
+1
|
*
Use std-curves database submodule instead of hard-coding standard curves.
J08nY
2020-02-10
1
-2
/
+3
|
*
Fix style errors.
J08nY
2020-02-08
1
-2
/
+2
|
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-0
/
+3
|
*
More docs and more coverage.
J08nY
2019-04-24
1
-0
/
+2
|
*
Add conversion to and from affine points.
J08nY
2019-03-21
1
-1
/
+1
|
*
Fix some EFD formulas and their output indices.
J08nY
2019-03-21
1
-3
/
+2
|
*
Add Corons SPA resistant scalar mult. Add some TODOs.
J08nY
2019-03-21
1
-0
/
+3
|
*
Abstract out EFD from classes.
J08nY
2019-03-21
1
-10
/
+21
|
*
Add NAF scalar multiplication method sketches.
J08nY
2019-03-21
1
-28
/
+40
|
*
Setup EC models, curves, formulas from efd.
J08nY
2019-03-21
1
-1
/
+1
|
*
Start EC package, add data from Explicit-Formulas Database.
J08nY
2019-03-21
1
-0
/
+99