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
/
ec
/
test_mult.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add complete and incomplete variants of NAF multipliers.
J08nY
2025-08-11
1
-0
/
+2
*
Add always to Binary NAF.
J08nY
2025-03-26
1
-0
/
+1
*
Add "always" Comb multiplier that adds random multiples to dummy.
J08nY
2025-03-19
1
-1
/
+5
*
Add "bits" param to scalarmults to have control over their range.
J08nY
2025-03-13
1
-3
/
+3
*
Fix multiple mult in rpa context.
J08nY
2025-03-12
1
-2
/
+1
*
Remove SwapLadderMultiplier.
J08nY
2024-08-28
1
-53
/
+23
*
Add XDH (X25519, X448).
J08nY
2024-08-27
1
-27
/
+61
*
Move to function based Mod dispatch.
J08nY
2024-07-15
1
-8
/
+8
*
Add Ladder sort-of regression test.
J08nY
2024-05-31
1
-0
/
+36
*
Add Window multiplier with Booth recoding.
J08nY
2023-12-01
1
-107
/
+236
*
Speedup tests by using faster formulas.
J08nY
2023-11-16
1
-20
/
+20
*
Add Comb multipliers.
J08nY
2023-10-04
1
-1
/
+10
*
Add fullprecomp multiplier.
J08nY
2023-10-04
1
-2
/
+10
*
Bump EFD version and fix formula names.
J08nY
2023-09-20
1
-11
/
+11
*
Add ZVP point computation.
J08nY
2023-08-29
1
-1
/
+0
*
Add sliding window multiplier.
J08nY
2023-08-27
1
-4
/
+8
*
More scalarmult options.
J08nY
2023-08-27
1
-2
/
+4
*
Fix issue #14.
J08nY
2023-08-25
1
-3
/
+1
*
Test all scalarmult combinations.
J08nY
2023-08-25
1
-112
/
+41
*
Remove unnecessary test names for pytest.
J08nY
2023-08-25
1
-71
/
+60
*
Further unify and specify scalarmults.
J08nY
2023-08-25
1
-1
/
+49
*
Add more thorought fixedwindow test.
J08nY
2023-08-24
1
-2
/
+7
*
Add FixedWindowLTRMultiplier.
J08nY
2023-08-24
1
-1
/
+27
*
Fix dangling import.
J08nY
2023-08-09
1
-3
/
+0
*
Move EC tests to pytest fully.
J08nY
2023-08-08
1
-285
/
+282
*
Use black.
J08nY
2021-04-10
1
-107
/
+205
*
Fix codestyle and typing issues in tests.
J08nY
2021-01-20
1
-3
/
+3
*
Cleanup curves script.
J08nY
2020-03-16
1
-1
/
+1
*
Add new complete formulas. Fix wNAF mult.
J08nY
2020-03-06
1
-23
/
+36
*
Add affine multiply and move neutral to curve class.
J08nY
2020-02-20
1
-2
/
+2
*
Fix LTR multiplier, add affine formula stuff.
J08nY
2020-02-19
1
-16
/
+45
*
Enforce coordinate model assumptions when loading curves.
J08nY
2020-02-19
1
-6
/
+6
*
Use std-curves database submodule instead of hard-coding standard curves.
J08nY
2020-02-10
1
-8
/
+12
*
Separate some scalar mults.
J08nY
2019-12-22
1
-6
/
+7
*
Add more parameters to ScalarMults.
J08nY
2019-12-22
1
-2
/
+7
*
Refactor ScalarMult.
J08nY
2019-12-22
1
-79
/
+64
*
Add curve parameters, improve coverage.
J08nY
2019-12-21
1
-46
/
+94
*
More utility to formulas.
J08nY
2019-11-29
1
-1
/
+1
*
Add AbelianGroup class.
J08nY
2019-04-21
1
-4
/
+6
*
Add prime parameter to EllipticCurve class.
J08nY
2019-03-21
1
-22
/
+14
*
Add conversion to and from affine points.
J08nY
2019-03-21
1
-1
/
+0
*
Fix ladder scalar multiplier.
J08nY
2019-03-21
1
-0
/
+2
*
Fix some scalar-mult algos, rename some outputs of formulas.
J08nY
2019-03-21
1
-4
/
+23
*
Add Corons SPA resistant scalar mult. Add some TODOs.
J08nY
2019-03-21
1
-4
/
+21
*
Fix ladder multipliers.
J08nY
2019-03-21
1
-6
/
+19
*
Finish and test NAF multipliers.
J08nY
2019-03-21
1
-1
/
+31
*
Add NAF scalar multiplication method sketches.
J08nY
2019-03-21
1
-4
/
+15
*
Add Montgomery scalar mult.
J08nY
2019-03-21
1
-7
/
+30
*
Fix basic scalar multipliers.
J08nY
2019-03-21
1
-14
/
+30
*
Fix basic scalar multiplier.
J08nY
2019-03-21
1
-7
/
+10
[next]