aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-136/+1
| |
* | Optimize divpoly computation.J08nY2023-07-301-1/+1
| | | | | | | | | | Uses heuristically optimized toposort to minimize memory use during divpoly computation.
* | Add multiplication_by_n map computation.J08nY2023-07-301-16/+33
| | | | | | | | Sympy is slooow.
* | Add divpoly computation.J08nY2023-07-292-2/+121
| |
* | Add ZVP formula unroll.J08nY2023-07-291-0/+21
| |
* | Add tests for RPA-RE.J08nY2023-07-282-9/+84
| |
* | Process OpResults better.J08nY2023-07-241-2/+31
| |
* | Apply leakage model to execution tree.J08nY2023-07-241-0/+42
| |
* | Add leakage models.J08nY2023-07-241-0/+48
|/
* feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko2023-02-181-4/+16
|
* feat: Added performance test report export to JSONTomáš Jusko2023-02-171-2/+102
|
* fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-041-7/+9
|
* feat(perf): Added repeated runsTomáš Jusko2023-02-021-21/+55
|
* feat(perf): Added normal distribution to dataset generatingTomáš Jusko2023-02-021-16/+58
|
* feat: Added CLI and timing to stacked combine performance testingTomáš Jusko2022-12-041-15/+235
|
* feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-241-0/+86
|
* feat: Made GPUTraceManager stateful, updated tests accordinglyTomáš Jusko2022-04-041-5/+5
|
* feat(test): Skipping tests if CUDA not availableTomáš Jusko2022-04-041-0/+3
|
* DeepSource fixesTomas Jusko2022-01-311-1/+0
|
* flake8 conformanceTomas Jusko2022-01-311-7/+8
|
* Made test samples bigger to GPU utilizationTomas Jusko2022-01-311-1/+5
|
* Fixed bugs and importsTomas Jusko2022-01-311-22/+3
|
* Added test for GPU combine functions implemented so farTomas Jusko2022-01-311-3/+81
|
* Removed garbageTomas Jusko2022-01-291-0/+14
|
* Started stacked traces testsTomas Jusko2022-01-271-0/+32
|
* Add profiling of sca.combine submodule.J08nY2021-11-272-1/+52
|
* Add reproducer for issue #14.J08nY2021-05-201-2/+1
|
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-0/+8
|
* Implement fixes from DeepSource.J08nY2021-04-106-12/+7
|
* Use black.J08nY2021-04-1014-225/+684
|
* Fix codestyle and typing issues in tests.J08nY2021-01-206-10/+14
|
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-161-2/+0
|
* Also trace precomputation in MultipleContext.J08nY2021-01-161-9/+45
|
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-161-0/+31
|
* Add testing of GMP and non-GMP into Travis.J08nY2020-12-101-1/+1
|
* Fix modified coords to_model transformation.J08nY2020-07-101-6/+4
|
* Fixes all over.J08nY2020-07-062-4/+24
|
* Fix variance computation.J08nY2020-07-061-1/+17
|
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-051-1/+7
|
* Add PicoScope variant override. Return offsets from align functions.J08nY2020-07-021-4/+4
|
* Fix type errors and increase code coverage.J08nY2020-06-144-1/+46
|
* Fix ECTester target test skip.feature/ectester-targetJ08nY2020-06-131-1/+6
|
* Add docs and tests to the ECTester target.J08nY2020-06-131-3/+285
|
* Fix alignment of traces of unequal length.J08nY2020-03-091-8/+6
|
* Add inplace handling of HDF5 files.J08nY2020-03-091-2/+4
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-0711-49/+44
|
* Change scope pretrig/posttrig API.J08nY2020-03-051-1/+2
|
* Add proper plotting.J08nY2020-03-051-12/+21
|
* Add plotting of traces.J08nY2020-03-056-40/+87
|
* Redo the TraceSet IO interfaces.J08nY2020-03-0410-46/+97
|