aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add random generation of points, speedup computation.J08nY2020-07-018-24/+36
* Dynamically handle missing PicoScope libs.J08nY2020-07-012-174/+214
* Add PicoScope 3000 support (partial).J08nY2020-07-014-2/+66
* Add path context.J08nY2020-06-301-1/+31
* Fix codestyle.J08nY2020-06-2910-56/+54
* Fix type errors and increase code coverage.J08nY2020-06-1412-52/+74
* Add a way for actions to have a result.J08nY2020-06-139-83/+111
* Add docs and tests to the ECTester target.J08nY2020-06-135-34/+369
* Add ECTester target.J08nY2020-06-124-11/+645
* Add curve transformations M2SW and M2TE.J08nY2020-03-161-0/+71
* Add tests for affine coords.J08nY2020-03-162-13/+20
* Cleanup curves script.J08nY2020-03-163-101/+96
* Fix alignment of traces of unequal length.J08nY2020-03-093-13/+14
* Add inplace handling of HDF5 files.J08nY2020-03-094-43/+105
* Fix dbl-2016-rcb in projective-3 coords.J08nY2020-03-082-2/+2
* Add raw output from scopes.J08nY2020-03-085-23/+56
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-0712-59/+56
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-0612-5/+325
* 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-0411-104/+326
* Fix some type issues.J08nY2020-03-0419-57/+68
* Fix Picoscope ranges, redo scope collection API.J08nY2020-03-0311-43/+67
* Add support for getting neutral points in coordinate systems.J08nY2020-03-0310-8/+52
* Add support for Picoscope 5000 series.J08nY2020-02-273-3/+40
* Reorganize SimpleSerial targets.J08nY2020-02-266-20/+171
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-21111-1/+131
* Add affine multiply and move neutral to curve class.J08nY2020-02-204-36/+53
* Fix handling of formulas with unary negation.J08nY2020-02-202-7/+17
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-194-17/+36
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-196-45/+59
* Better textual representations of classes, new notebooks.J08nY2020-02-156-6/+43
* Add notebooks, fix Travis.J08nY2020-02-133-1/+27
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-128-213/+283
* Rework context handling into a tree-based approach.J08nY2020-02-119-393/+622
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-104-46/+58
* Cleanup op parsing.J08nY2020-02-103-28/+49
* Rename AbelianGroup to DomainParameters.J08nY2020-02-107-41/+41
* Add targets.J08nY2020-02-099-0/+198
* Fix style errors.J08nY2020-02-0817-28/+56
* Fix type errors, now mypy runs ok.J08nY2020-02-087-17/+19
* 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-0418-12/+296
* Fix op parsing.J08nY2019-12-234-2/+14
* Separate some scalar mults.J08nY2019-12-221-22/+78