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
path:
root
/
test
/
sca
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
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
2
-2
/
+121
|
|
*
|
Add ZVP formula unroll.
J08nY
2023-07-29
1
-0
/
+21
|
|
*
|
Add tests for RPA-RE.
J08nY
2023-07-28
2
-9
/
+84
|
|
*
|
Process OpResults better.
J08nY
2023-07-24
1
-2
/
+31
|
|
*
|
Apply leakage model to execution tree.
J08nY
2023-07-24
1
-0
/
+42
|
|
*
|
Add leakage models.
J08nY
2023-07-24
1
-0
/
+48
|
/
*
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
1
-7
/
+9
|
*
feat(perf): Added repeated runs
Tomáš Jusko
2023-02-02
1
-21
/
+55
|
*
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
|
*
feat: Added function for generating tracesets for use in perf testing
Tomáš Jusko
2022-10-24
1
-0
/
+86
|
*
feat: Made GPUTraceManager stateful, updated tests accordingly
Tomáš Jusko
2022-04-04
1
-5
/
+5
|
*
feat(test): Skipping tests if CUDA not available
Tomáš Jusko
2022-04-04
1
-0
/
+3
|
*
DeepSource fixes
Tomas Jusko
2022-01-31
1
-1
/
+0
|
*
flake8 conformance
Tomas Jusko
2022-01-31
1
-7
/
+8
|
*
Made test samples bigger to GPU utilization
Tomas Jusko
2022-01-31
1
-1
/
+5
|
*
Fixed bugs and imports
Tomas Jusko
2022-01-31
1
-22
/
+3
|
*
Added test for GPU combine functions implemented so far
Tomas Jusko
2022-01-31
1
-3
/
+81
|
*
Removed garbage
Tomas Jusko
2022-01-29
1
-0
/
+14
|
*
Started stacked traces tests
Tomas Jusko
2022-01-27
1
-0
/
+32
|
*
Add profiling of sca.combine submodule.
J08nY
2021-11-27
2
-1
/
+52
|
*
Add reproducer for issue #14.
J08nY
2021-05-20
1
-2
/
+1
|
*
Fix MultipleContext tracing of two actions.
J08nY
2021-05-12
1
-0
/
+8
|
*
Implement fixes from DeepSource.
J08nY
2021-04-10
6
-12
/
+7
|
*
Use black.
J08nY
2021-04-10
14
-225
/
+684
|
*
Fix codestyle and typing issues in tests.
J08nY
2021-01-20
6
-10
/
+14
|
*
Release pyecsca-0.1.0.
0.1.0
J08nY
2021-01-16
1
-2
/
+0
|
*
Also trace precomputation in MultipleContext.
J08nY
2021-01-16
1
-9
/
+45
|
*
Add Context for tracing multiples, usable for RPA.
J08nY
2021-01-16
1
-0
/
+31
|
*
Add testing of GMP and non-GMP into Travis.
J08nY
2020-12-10
1
-1
/
+1
|
*
Fix modified coords to_model transformation.
J08nY
2020-07-10
1
-6
/
+4
|
*
Fixes all over.
J08nY
2020-07-06
2
-4
/
+24
|
*
Fix variance computation.
J08nY
2020-07-06
1
-1
/
+17
|
*
More tests for HDF5 and some codestyle fixes.
J08nY
2020-07-05
1
-1
/
+7
|
*
Add PicoScope variant override. Return offsets from align functions.
J08nY
2020-07-02
1
-4
/
+4
|
*
Fix type errors and increase code coverage.
J08nY
2020-06-14
4
-1
/
+46
|
*
Fix ECTester target test skip.
feature/ectester-target
J08nY
2020-06-13
1
-1
/
+6
|
*
Add docs and tests to the ECTester target.
J08nY
2020-06-13
1
-3
/
+285
|
*
Fix alignment of traces of unequal length.
J08nY
2020-03-09
1
-8
/
+6
|
*
Add inplace handling of HDF5 files.
J08nY
2020-03-09
1
-2
/
+4
|
*
Remove Trace title and data attributes, use meta attr.
J08nY
2020-03-07
11
-49
/
+44
|
*
Change scope pretrig/posttrig API.
J08nY
2020-03-05
1
-1
/
+2
|
*
Add proper plotting.
J08nY
2020-03-05
1
-12
/
+21
|
*
Add plotting of traces.
J08nY
2020-03-05
6
-40
/
+87
|
*
Redo the TraceSet IO interfaces.
J08nY
2020-03-04
10
-46
/
+97
|
[prev]
[next]