aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes according to PR commentsTomáš Jusko2022-02-261-25/+30
| * DeepSource fixesTomas Jusko2022-01-311-1/+1
| * flake8 conformanceTomas Jusko2022-01-311-26/+26
| * RefactoringTomas Jusko2022-01-311-53/+43
| * Fixed bugs and importsTomas Jusko2022-01-311-2/+2
| * Cleanup and added common setup of GPU implementationsTomas Jusko2022-01-311-19/+65
| * Removed garbageTomas Jusko2022-01-291-66/+3
| * Added stacked traces class and GPU combine algorithmsTomas Jusko2022-01-284-47/+85
| * Added naive implementations of gpu optimized trace combine functionsTomas Jusko2022-01-192-0/+197
* | Fix collections on Python 3.10J08nY2022-04-041-1/+1
|/
* Fix typecheck runs.J08nY2021-11-261-2/+2
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-2/+9
* More DeepSource fixes.J08nY2021-04-247-9/+9
* Make docstring style changes as per pydocstyle.J08nY2021-04-1128-210/+179
* Implement fixes from DeepSource.J08nY2021-04-1012-24/+30
* Use black.J08nY2021-04-1025-324/+901
* Add Test and Lint GitHub action.J08nY2021-01-233-8/+12
* The big documentation patch.J08nY2021-01-2028-33/+250
* Also trace precomputation in MultipleContext.J08nY2021-01-163-7/+19
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-162-0/+52
* Fix type-checking, codestyle and update EFD.J08nY2021-01-051-1/+1
* Add way of importing parameters from file.J08nY2020-10-062-3/+3
* Minor fixes: formula handling in context, welch_ttest, HDF5TraceSet filename.J08nY2020-07-102-7/+10
* Re-do Welch's t-test.J08nY2020-07-071-5/+37
* Fixes all over.J08nY2020-07-067-21/+49
* Fix variance computation.J08nY2020-07-061-5/+34
* Fix trace combination functions.J08nY2020-07-052-10/+53
* Add dtype handling to scope interface.J08nY2020-07-054-12/+14
* More tests for HDF5 and some codestyle fixes.J08nY2020-07-054-14/+13
* Fix HDF5TraceSet.remove. Properly convert ADC2Volt in PicoScope.J08nY2020-07-053-9/+11
* Fixes in HDF5 inplace handling.J08nY2020-07-052-11/+23
* Fix PicoScope 3000.J08nY2020-07-022-16/+16
* Add PicoScope variant override. Return offsets from align functions.J08nY2020-07-022-16/+23
* Dynamically handle missing PicoScope libs.J08nY2020-07-012-174/+214
* Add PicoScope 3000 support (partial).J08nY2020-07-012-1/+52
* Fix codestyle.J08nY2020-06-297-49/+47
* Fix type errors and increase code coverage.J08nY2020-06-147-41/+62
* Add a way for actions to have a result.J08nY2020-06-131-31/+31
* Add docs and tests to the ECTester target.J08nY2020-06-133-31/+245
* Add ECTester target.J08nY2020-06-124-11/+645
* Cleanup curves script.J08nY2020-03-161-0/+2
* Fix alignment of traces of unequal length.J08nY2020-03-093-13/+14
* Add inplace handling of HDF5 files.J08nY2020-03-094-43/+105
* Add raw output from scopes.J08nY2020-03-085-23/+56
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-0711-58/+46
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-2/+1
* Change scope pretrig/posttrig API.J08nY2020-03-055-63/+90
* Add proper plotting.J08nY2020-03-052-23/+45
* Add plotting of traces.J08nY2020-03-051-0/+42
* Redo the TraceSet IO interfaces.J08nY2020-03-049-104/+316