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
/
test
/
sca
/
test_zvp.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove prints and fix API change in action tree.
J08nY
2025-06-19
1
-1
/
+1
|
*
Fix multiples_computed and addition_chain.
J08nY
2025-06-19
1
-2
/
+3
|
|
|
|
They cannot be used with short-circuiting mults.
*
Fix addition chain test.
J08nY
2025-03-12
1
-1
/
+1
|
*
Fix multiple mult in rpa context.
J08nY
2025-03-12
1
-4
/
+4
|
*
Move to function based Mod dispatch.
J08nY
2024-07-15
1
-3
/
+3
|
*
Short circuit in ZVP eliminate_y if already eliminated.
J08nY
2024-04-03
1
-0
/
+3
|
*
Get rid of bunch of warnings.
J08nY
2024-02-01
1
-2
/
+2
|
*
Move formula expand to work with sets.
J08nY
2024-01-31
1
-1
/
+1
|
*
Return a point deterministically for zer ZVP polynomial.
J08nY
2024-01-24
1
-45
/
+15
|
*
Add newline.
J08nY
2024-01-23
1
-1
/
+1
|
*
Fix PARI DCP solution.
J08nY
2024-01-23
1
-1
/
+9
|
*
Add heuristic for PARI stack size allocation.
J08nY
2024-01-23
1
-0
/
+8
|
*
Add utility ZVP functions.
J08nY
2024-01-12
1
-0
/
+59
|
*
Allow to compute non-affine factor set.
J08nY
2023-10-02
1
-3
/
+7
|
*
Split to_affine map to factor_set computation, fix mypy.
J08nY
2023-10-02
1
-31
/
+96
|
*
Add filtering of non-homogeneous polynomials
vojtechsu
2023-10-02
1
-4
/
+6
|
*
Unify unroll and unroll with names.
J08nY
2023-09-30
1
-18
/
+18
|
*
Add filtering of RPA polynomials
vojtechsu
2023-09-29
1
-14
/
+14
|
*
Add special cases to ZVP point construction.
J08nY
2023-09-26
1
-3
/
+5
|
*
Fix affine formula unrolling.
J08nY
2023-09-21
1
-17
/
+18
|
*
Add to_affine mapping option to ZVP.
J08nY
2023-09-21
1
-49
/
+42
|
*
Bump EFD version and fix formula names.
J08nY
2023-09-20
1
-2
/
+7
|
*
Compute formula factor set.
J08nY
2023-08-31
1
-10
/
+67
|
*
Fix some deepsource issues.
J08nY
2023-08-31
1
-2
/
+0
|
*
Add fast ZVP test.
J08nY
2023-08-30
1
-1
/
+22
|
*
Cleanup ZVP computation.
J08nY
2023-08-29
1
-13
/
+15
|
*
Add better test for ZVP point construction.
J08nY
2023-08-29
1
-1
/
+13
|
*
Add ZVP point computation.
J08nY
2023-08-29
1
-10
/
+70
|
*
Move sca tests to pytest.
J08nY
2023-08-09
1
-20
/
+10
|
*
Add multiplication-by-n polynomial computation to divpoly.
J08nY
2023-08-01
1
-136
/
+1
|
*
Optimize divpoly computation.
J08nY
2023-07-30
1
-1
/
+1
|
|
|
|
|
Uses heuristically optimized toposort to minimize memory use during divpoly computation.
*
Add multiplication_by_n map computation.
J08nY
2023-07-30
1
-16
/
+33
|
|
|
|
Sympy is slooow.
*
Add divpoly computation.
J08nY
2023-07-29
1
-1
/
+121
|
*
Add ZVP formula unroll.
J08nY
2023-07-29
1
-0
/
+21