aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more parameters to ScalarMults.J08nY2019-12-221-34/+66
* Refactor ScalarMult.J08nY2019-12-228-135/+151
* Add curve parameters, improve coverage.J08nY2019-12-211-0/+238
* More utility to formulas.J08nY2019-11-292-6/+63
* Add patter matching module.J08nY2019-11-224-4/+48
* Make pyecsca a namespace package, so that codegen can work.J08nY2019-11-211-0/+0
* Actually fix signatures.J08nY2019-08-211-4/+4
* Fix signature generation.J08nY2019-08-191-3/+8
* Separate action into formula action.J08nY2019-05-141-16/+27
* Add Kolmogorov-Smirnov tests.J08nY2019-05-012-4/+25