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
/
divpoly.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Blacken.
J08nY
2025-03-13
1
-4
/
+5
|
*
Give warning when using slow DCP/divpoly computation.
J08nY
2024-08-24
1
-0
/
+3
|
*
Move to function based Mod dispatch.
J08nY
2024-07-15
1
-4
/
+4
|
*
Make imports absolute (to allow doctests).
J08nY
2024-06-01
1
-3
/
+3
|
*
Fix imports.
J08nY
2024-01-31
1
-0
/
+6
|
*
Compute mult-by-n map using PARI impl if available.
J08nY
2024-01-11
1
-41
/
+55
|
*
Add PARI based divpoly computation.
J08nY
2024-01-10
1
-12
/
+51
|
*
Omit y-calculation in divpoly mult-by-n map if unnecessary.
J08nY
2023-09-21
1
-2
/
+5
|
*
Fix some deepsource issues.
J08nY
2023-08-31
1
-9
/
+10
|
*
Fix docs.
J08nY
2023-08-29
1
-0
/
+5
|
*
Add .to_coords to domain params and curve objects.
J08nY
2023-08-04
1
-1
/
+3
|
|
|
|
Also adds coordinate assumption validation to ec curve constructor.
*
Add more docs to divpoly and a perf module.
J08nY
2023-08-01
1
-6
/
+9
|
*
Add sagemath test for larg-er divpoly.
J08nY
2023-08-01
1
-3
/
+6
|
*
Add multiplication-by-n polynomial computation to divpoly.
J08nY
2023-08-01
1
-0
/
+263