aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca/trace_set (follow)
Commit message (Expand)AuthorAgeFilesLines
* Blacken.J08nY2025-03-135-12/+24
* Make imports absolute (to allow doctests).J08nY2024-06-015-8/+8
* Better repr for PickleTraceSet.J08nY2024-05-311-0/+6
* Fix inspector trace set tests.J08nY2024-05-301-1/+1
* Allow to skip scaling in inspector trace load.J08nY2024-05-305-23/+32
* Fix DeepSourcce issues.J08nY2024-04-162-4/+4
* Add trace_set repr test.J08nY2023-10-251-1/+1
* Add default group in HDF5.J08nY2023-10-111-0/+4
* Fix HDF5 tracesets to allow more than 8k traces.J08nY2023-10-111-33/+28
* Fix some deepsource issues.J08nY2023-08-312-4/+4
* Move sca tests to pytest.J08nY2023-08-091-2/+2
* Fix docstyle and some DeepSource warnings.J08nY2023-02-084-4/+4
* Fix collections on Python 3.10J08nY2022-04-041-1/+1
* More DeepSource fixes.J08nY2021-04-243-4/+4
* Make docstring style changes as per pydocstyle.J08nY2021-04-114-13/+11
* Implement fixes from DeepSource.J08nY2021-04-102-2/+2
* Use black.J08nY2021-04-104-38/+82
* The big documentation patch.J08nY2021-01-205-4/+21
* 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-101-2/+5
* Fix HDF5TraceSet.remove. Properly convert ADC2Volt in PicoScope.J08nY2020-07-051-0/+1
* Fixes in HDF5 inplace handling.J08nY2020-07-051-1/+10
* Fix codestyle.J08nY2020-06-291-4/+3
* Fix type errors and increase code coverage.J08nY2020-06-145-35/+35
* Fix alignment of traces of unequal length.J08nY2020-03-091-9/+10
* Add inplace handling of HDF5 files.J08nY2020-03-093-42/+100
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-073-9/+9
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-2/+1
* Change scope pretrig/posttrig API.J08nY2020-03-051-0/+12
* Redo the TraceSet IO interfaces.J08nY2020-03-046-98/+268
* Fix some type issues.J08nY2020-03-042-5/+4
* Fix style errors.J08nY2020-02-081-1/+3
* Add docs to Scope class, add support for pico-python.J08nY2020-02-071-3/+3
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-041-0/+3
* Add patter matching module.J08nY2019-11-221-1/+1
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-4/+4
* Abstract out EFD from classes.J08nY2019-03-211-4/+4
* Add NAF scalar multiplication method sketches.J08nY2019-03-211-1/+1
* Start EC package, add data from Explicit-Formulas Database.J08nY2019-03-212-13/+13
* Move SCA stuff to sca package.J08nY2019-03-214-0/+348