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
/
params.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add XDH (X25519, X448).
J08nY
2024-08-27
1
-1
/
+6
*
Better print in perf.
J08nY
2024-07-16
1
-2
/
+3
*
Move to function based Mod dispatch.
J08nY
2024-07-15
1
-6
/
+6
*
Fix DeepSource issues.
J08nY
2024-07-11
1
-1
/
+1
*
Fix issues from new sympy flint use.
J08nY
2024-07-11
1
-3
/
+4
*
Doctests for EC.
J08nY
2024-06-01
1
-1
/
+19
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-8
/
+8
*
Add check for mis-install with missing std an efd submodules.
J08nY
2024-05-16
1
-69
/
+56
*
Fix DeepSourcce issues.
J08nY
2024-04-16
1
-2
/
+2
*
Fix issues with pickling and equality checks of EC objects.
J08nY
2024-01-25
1
-1
/
+1
*
Add more utilities for working with maps and trees.
J08nY
2024-01-19
1
-1
/
+1
*
Cache sympify results to speedup formula exec.
J08nY
2023-10-06
1
-1
/
+2
*
Add more curve model transformaations.
J08nY
2023-08-31
1
-0
/
+2
*
More tests for point coordinate conversion.
J08nY
2023-08-31
1
-1
/
+1
*
Fix some deepsource issues.
J08nY
2023-08-31
1
-1
/
+1
*
Add references to docs.
J08nY
2023-08-28
1
-7
/
+7
*
Move away from pkg_resources.
J08nY
2023-08-08
1
-14
/
+9
*
Fix curve validation.
J08nY
2023-08-08
1
-1
/
+0
*
Add .to_coords to domain params and curve objects.
J08nY
2023-08-04
1
-3
/
+28
*
Add reading of ECTester and ecgen domain parameter files.
J08nY
2023-08-03
1
-22
/
+133
*
More DeepSource fixes.
J08nY
2023-02-08
1
-0
/
+3
*
Fix docstyle and some DeepSource warnings.
J08nY
2023-02-08
1
-1
/
+2
*
Fix type issue in params.load_category.
J08nY
2021-11-26
1
-2
/
+2
*
More DeepSource fixes.
J08nY
2021-04-24
1
-2
/
+2
*
Make docstring style changes as per pydocstyle.
J08nY
2021-04-11
1
-4
/
+6
*
Implement fixes from DeepSource.
J08nY
2021-04-10
1
-5
/
+5
*
Use black.
J08nY
2021-04-10
1
-24
/
+75
*
The big documentation patch.
J08nY
2021-01-20
1
-0
/
+4
*
Fix type-checking, codestyle and update EFD.
J08nY
2021-01-05
1
-1
/
+1
*
Fixup the packaging, put cfg into a proper subpackage.
J08nY
2020-12-26
1
-1
/
+1
*
Make certain aspects of the library configurable.
J08nY
2020-12-17
1
-7
/
+7
*
Handle formula assumptions.
J08nY
2020-12-17
1
-12
/
+18
*
Fix unavailability of ast.unparse on Python 3.8.
J08nY
2020-12-16
1
-1
/
+1
*
Properly handle coordinate system assumptions.
J08nY
2020-12-16
1
-14
/
+116
*
Add way of importing parameters from file.
J08nY
2020-10-06
1
-30
/
+62
*
Update std-curves module and fix its parsing.
J08nY
2020-09-23
1
-3
/
+6
*
Fix modified coords to_model transformation.
J08nY
2020-07-10
1
-1
/
+1
*
Fix codestyle.
J08nY
2020-06-29
1
-2
/
+2
*
Fix type errors and increase code coverage.
J08nY
2020-06-14
1
-2
/
+3
*
Add tests for affine coords.
J08nY
2020-03-16
1
-12
/
+19
*
Cleanup curves script.
J08nY
2020-03-16
1
-2
/
+94
*
Add affine multiply and move neutral to curve class.
J08nY
2020-02-20
1
-8
/
+3
*
Enforce coordinate model assumptions when loading curves.
J08nY
2020-02-19
1
-1
/
+1
*
Better textual representations of classes, new notebooks.
J08nY
2020-02-15
1
-1
/
+25
*
Rename AbelianGroup to DomainParameters.
J08nY
2020-02-10
1
-0
/
+30