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
/
codegen
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
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
|
|
\
|
*
|
SimulatorTarget added to client.py
andrr3j
2023-04-08
1
-1
/
+122
*
|
|
Polish the HAL.
J08nY
2023-05-17
10
-2634
/
+23
*
|
|
Update ChipWhisperer HAl from upstream.
J08nY
2023-05-16
29
-33
/
+16903
|
|
/
|
/
|
*
|
Add github actions.
J08nY
2023-03-30
1
-7
/
+9
*
|
Fix montgomery multiplication.
J08nY
2023-03-29
5
-10
/
+39
|
/
*
Don't inline the inits.
J08nY
2023-02-21
1
-2
/
+2
*
Separate init and deinit from the main function.
J08nY
2023-02-21
1
-8
/
+16
*
Miscellaneous docs.
J08nY
2023-01-29
2
-0
/
+7
*
Add docs to client.
J08nY
2023-01-29
1
-0
/
+55
*
Document rendering.
J08nY
2023-01-29
1
-14
/
+36
*
Docs for the main template file.
J08nY
2023-01-29
1
-8
/
+83
*
Finish CWNANO support.
J08nY
2023-01-12
3
-1
/
+5353
*
Add support for CWNANO target.
J08nY
2023-01-12
6
-3
/
+378
*
Cleanup some build artifacts that are not used anymore.
J08nY
2022-12-28
1
-1
/
+1
*
Fix tests with master version of pyecsca.
J08nY
2020-12-14
1
-4
/
+4
*
Fixes for recent core changes.
J08nY
2020-07-14
3
-3
/
+10
*
NOP around point operations.
J08nY
2020-03-09
8
-1
/
+28
*
Add inversion to config, change scalar mult command.
J08nY
2020-03-09
5
-27
/
+76
*
Fix dynamic trigger command, do not trigger on command processing.
J08nY
2020-03-06
2
-3
/
+1
*
Add tests, for fixed Jacobian stuff.
J08nY
2020-03-03
2
-14
/
+16
*
Add support for specifying multiplication and square algos.
J08nY
2020-03-02
7
-13
/
+56
*
Make Barrett reduction work.
J08nY
2020-03-02
16
-45
/
+46
*
Add base functions for modular reduction.
J08nY
2020-03-02
7
-6
/
+50
*
Add reduction functions, add global trigger for whole cmd.
J08nY
2020-03-02
22
-66
/
+260
*
Add dynamic triggering.
J08nY
2020-02-28
23
-14
/
+248
*
Update libtommath, use multi init and clear.
J08nY
2020-02-28
5
-27
/
+37
*
Proper LED thingies.
J08nY
2020-02-27
12
-86
/
+84
*
Add ECDH.
J08nY
2020-02-26
2
-9
/
+58
*
Get stuff to work on STM32F0.
J08nY
2020-02-26
19
-237
/
+274
[next]