index
:
pyecsca.git
feature/ectester-target
feature/notebooks
master
Python Elliptic Curve Side-Channel Analysis toolkit.
J08nY
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixup mypy run in CI.
J08nY
2022-12-07
1
-2
/
+2
|
*
feat: Added sums of durations across repetitions to summary in JSON export
Tomáš Jusko
2023-02-18
1
-4
/
+16
|
*
feat: Added performance test report export to JSON
Tomáš Jusko
2023-02-17
1
-2
/
+102
|
*
fix: Fixed typing for older Python compatibility
Tomáš Jusko
2023-02-04
2
-16
/
+18
|
*
feat(perf): Added repeated runs
Tomáš Jusko
2023-02-02
1
-21
/
+55
|
*
fix: default meta
Tomáš Jusko
2023-02-02
1
-2
/
+6
|
*
feat(perf): Added normal distribution to dataset generating
Tomáš Jusko
2023-02-02
1
-16
/
+58
|
*
feat: Added CLI and timing to stacked combine performance testing
Tomáš Jusko
2022-12-04
1
-15
/
+235
|
*
fix: Fixed chipwhisperer imports
Tomáš Jusko
2022-12-04
1
-3
/
+3
|
*
fix: Changed default metadata value
Tomáš Jusko
2022-12-04
1
-2
/
+3
|
*
feat: Extracted base class for TraceManager for stacked traces
Tomáš Jusko
2022-12-04
1
-43
/
+88
|
*
feat: Added function for generating tracesets for use in perf testing
Tomáš Jusko
2022-10-24
2
-0
/
+87
|
*
feat: Added CPU implementations of combine on stacked traces
Tomáš Jusko
2022-10-14
2
-269
/
+365
|
/
*
Merge pull request #15 from Tomko10/stacked_traces
Ján Jančár
2022-04-06
5
-1
/
+427
|
\
|
*
fix: Fixed bug of calling class method instead of instance method
Tomáš Jusko
2022-04-05
1
-5
/
+5
|
*
feat: Made GPUTraceManager stateful, updated tests accordingly
Tomáš Jusko
2022-04-04
2
-57
/
+48
|
*
fix: Minor fixes as per PR comments
Tomáš Jusko
2022-04-04
1
-4
/
+9
|
*
feat(test): Skipping tests if CUDA not available
Tomáš Jusko
2022-04-04
1
-0
/
+3
|
*
Added missing newline
Tomáš Jusko
2022-02-27
1
-1
/
+1
|
*
Added documentation
Tomáš Jusko
2022-02-27
1
-17
/
+121
|
*
Fixes according to PR comments
Tomáš Jusko
2022-02-26
1
-25
/
+30
|
*
Added stacked combine tests to Makefile
Tomáš Jusko
2022-02-26
1
-1
/
+2
|
*
Removed unused file
Tomáš Jusko
2022-02-26
1
-0
/
+0
|
*
DeepSource fixes
Tomas Jusko
2022-01-31
2
-2
/
+1
|
*
flake8 conformance
Tomas Jusko
2022-01-31
1
-7
/
+8
|
*
flake8 conformance
Tomas Jusko
2022-01-31
1
-26
/
+26
|
*
Refactoring
Tomas Jusko
2022-01-31
1
-53
/
+43
|
*
Made test samples bigger to GPU utilization
Tomas Jusko
2022-01-31
1
-1
/
+5
|
*
Fixed bugs and imports
Tomas Jusko
2022-01-31
2
-24
/
+5
|
*
Added test for GPU combine functions implemented so far
Tomas Jusko
2022-01-31
1
-3
/
+81
|
*
Cleanup and added common setup of GPU implementations
Tomas Jusko
2022-01-31
1
-19
/
+65
|
*
Removed garbage
Tomas Jusko
2022-01-29
2
-66
/
+17
|
*
Added stacked traces class and GPU combine algorithms
Tomas Jusko
2022-01-28
4
-47
/
+85
|
*
Started stacked traces tests
Tomas Jusko
2022-01-27
1
-0
/
+32
|
*
Added naive implementations of gpu optimized trace combine functions
Tomas Jusko
2022-01-19
3
-0
/
+197
*
|
Use string versions in Github CI python setup.
J08nY
2022-04-04
3
-12
/
+12
*
|
Also test on Pyton 3.10 in CI.
J08nY
2022-04-04
1
-1
/
+1
*
|
Fix collections on Python 3.10
J08nY
2022-04-04
1
-1
/
+1
*
|
Merge pull request #17 from J08nY/deepsource-fix-325158fb
Ján Jančár
2022-03-01
2
-16
/
+19
|
\
\
|
*
|
Fix failing test after Mod behaviour change.
J08nY
2022-03-01
1
-2
/
+5
|
*
|
Return `NotImplemented` instead of raising `NotImplementedError`
deepsource-autofix[bot]
2022-03-01
1
-14
/
+14
|
|
/
*
|
Merge pull request #18 from J08nY/deepsource-fix-3f1522f4
Ján Jančár
2022-03-01
2
-9
/
+9
|
\
\
|
*
|
Merge collapsible `if` statements
deepsource-autofix[bot]
2022-03-01
2
-9
/
+9
|
|
/
*
|
Merge pull request #16 from J08nY/deepsource-fix-3bd25dcf
Ján Jančár
2022-03-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove implicit `object` from the base class
deepsource-autofix[bot]
2022-03-01
1
-1
/
+1
|
/
*
Update std submodule.
J08nY
2021-11-27
1
-0
/
+0
*
Fix profiling.
J08nY
2021-11-27
1
-3
/
+3
*
Add profiling of sca.combine submodule.
J08nY
2021-11-27
10
-83
/
+141
*
Add performance plotting.
J08nY
2021-11-26
2
-0
/
+34
*
Fix type issue in params.load_category.
J08nY
2021-11-26
1
-2
/
+2
[prev]
[next]