summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some type issues.J08nY2020-03-0416-44/+44
* Fix Picoscope ranges, redo scope collection API.J08nY2020-03-035-29/+43
* Add support for getting neutral points in coordinate systems.J08nY2020-03-032-5/+8
* Add support for Picoscope 5000 series.J08nY2020-02-273-3/+40
* Reorganize SimpleSerial targets.J08nY2020-02-266-20/+171
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-0/+1
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-122-7/+15
* Rename AbelianGroup to DomainParameters.J08nY2020-02-102-5/+5
* Add targets.J08nY2020-02-099-0/+198
* Fix style errors.J08nY2020-02-0810-20/+44
* Fix type errors, now mypy runs ok.J08nY2020-02-082-4/+3
* Add docs to Scope class, add support for pico-python.J08nY2020-02-077-47/+295
* Add picoscope and chipwhisperer to Travis.J08nY2020-02-051-22/+45
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-0417-11/+268
* Add patter matching module.J08nY2019-11-223-1/+39
* Add Kolmogorov-Smirnov tests.J08nY2019-05-012-4/+25
* Add prime parameter to EllipticCurve class.J08nY2019-03-212-8/+10
* Abstract out EFD from classes.J08nY2019-03-212-14/+13