index
:
pyecsca-codegen.git
master
Python Elliptic Curve Side-Channel Analysis toolkit (codegen).
J08nY
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pyecsca
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix equivalence to pyecsca mults.
HEAD
master
J08nY
2025-11-30
3
-3
/
+7
|
*
Render (some) assumptions.
J08nY
2025-10-02
1
-1
/
+14
|
|
|
|
Does some progress towards #5.
*
More docs.
J08nY
2025-10-02
2
-70
/
+314
|
*
Fix emulator test.
J08nY
2025-10-02
1
-1
/
+1
|
*
Fix Booth conditions for small window.
J08nY
2025-10-02
1
-2
/
+2
|
*
Implement Booth multiplier.
J08nY
2025-10-02
1
-0
/
+78
|
*
Add booth recoding functions with tests.
J08nY
2025-10-02
2
-0
/
+66
|
*
Correctly end actions on short circuit.
J08nY
2025-10-02
5
-6
/
+11
|
*
Use bn clear functions.
J08nY
2025-10-02
11
-17
/
+52
|
*
Full equivalence.
J08nY
2025-10-02
2
-1
/
+20
|
*
Fix bnaf multiplier in codegen.
J08nY
2025-10-02
2
-18
/
+37
|
*
Even more tests for bn NAF functions.
J08nY
2025-10-02
2
-7
/
+73
|
*
More tests for bn functions.
J08nY
2025-10-02
2
-19
/
+46
|
*
Fix impls and most equivalence tests.
J08nY
2025-10-01
2
-4
/
+4
|
*
Handle always in Binary NAF mult.
J08nY
2025-10-01
1
-10
/
+50
|
*
Fix FixedWindow with small window size.
J08nY
2025-10-01
1
-5
/
+9
|
*
Fix fixed-window over-computation.
J08nY
2025-10-01
1
-3
/
+3
|
*
Fix SyntaxWarning in new Python.
J08nY
2025-10-01
1
-1
/
+1
|
*
Expose bn digit size from tommath at runtime.
J08nY
2025-10-01
2
-0
/
+4
|
*
More docs.
J08nY
2024-07-17
1
-6
/
+8
|
*
Document the scripts.
J08nY
2024-07-17
4
-55
/
+238
|
*
Add malloc filtering to trace transform function.
J08nY
2023-12-11
1
-14
/
+45
|
*
added method for transforming trace to EmulatorTarget
Andrej Bátora
2023-12-07
1
-0
/
+9
|
*
Merge branch 'J08nY:master' into fix/naming
Andrej Bátora
2023-12-07
12
-8
/
+47
|
\
|
*
Use more-CT libtommath.
J08nY
2023-12-03
12
-8
/
+47
|
|
*
|
renamed file and target class
Andrej Bátora
2023-11-27
1
-37
/
+37
|
/
*
Merge branch 'J08nY:master' into bugfix/simulator
Andrej Bátora
2023-10-18
2
-2
/
+2
|
\
|
*
Fix ladder mults.
J08nY
2023-10-16
2
-2
/
+2
|
|
*
|
simulator hook rework
Andrej Bátora
2023-10-10
1
-25
/
+34
|
/
*
Add fixed-base multipliers with precomputation.
J08nY
2023-10-08
11
-69
/
+335
|
*
Test under -fsanitize and fix Keccak issue.
J08nY
2023-10-06
1
-1
/
+3
|
*
More space?
J08nY
2023-10-05
1
-2
/
+2
|
*
Allocate more for sliding window array.
J08nY
2023-10-05
1
-2
/
+2
|
*
Free ws data at the end.
J08nY
2023-10-05
2
-4
/
+5
|
*
Make sure wsliding array is zero.
J08nY
2023-10-05
1
-0
/
+2
|
*
Run config under valgrind.
J08nY
2023-10-05
1
-4
/
+4
|
*
Add debug prints to sliding W mult for CI.
J08nY
2023-10-05
1
-0
/
+4
|
*
Fix montgomery reduction.
J08nY
2023-10-05
1
-1
/
+6
|
*
Add option to pass C defines to compiler.
J08nY
2023-10-05
4
-7
/
+33
|
*
Add fixed width scalarmult.
J08nY
2023-10-03
6
-7
/
+123
|
*
Add Sliding window multiplier.
J08nY
2023-10-01
3
-4
/
+57
|
*
Add sliding window recoding functions.
J08nY
2023-10-01
2
-0
/
+144
|
*
Add wNAF scalarmult, more options implemented for other scalarmults.
J08nY
2023-09-29
10
-35
/
+168
|
*
Remove NOPs in formulas.
J08nY
2023-09-29
7
-14
/
+14
|
*
Remove deprecated pkg_resources usage.
J08nY
2023-09-28
1
-3
/
+3
|
*
Remove Pipfile and move to pyproject.toml setup.
J08nY
2023-09-27
1
-1
/
+1
|
*
Merge pull request #2 from andrr3j/feat/simulator
Ján Jančár
2023-07-19
2
-1
/
+135
|
\
|
|
|
|
Add leakage simulation via Rainbow
|
*
simulator tests
andrr3j
2023-07-18
1
-1
/
+4
|
|
|
*
added simulator config, scalar_mult and generate_key fix
andrr3j
2023-04-27
2
-14
/
+24
|
|
|
*
Merge branch 'J08nY:master' into feat/simulator
Andrej Bátora
2023-04-08
5
-16
/
+47
|
|
\
[next]