aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
* 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
* More docs and more coverage.J08nY2019-04-2412-37/+160
* Exclude some lines from coverage.J08nY2019-04-231-4/+5
* Add proper context management.J08nY2019-04-235-54/+207
* Raise code coverage for Mod.J08nY2019-04-221-1/+1
* Add ECDH and ECDSA simulation.J08nY2019-04-224-7/+252
* Add AbelianGroup class.J08nY2019-04-213-52/+72
* Add codecov.J08nY2019-04-211-3/+3
* Add point conversion.J08nY2019-04-201-10/+27
* Add prime parameter to EllipticCurve class.J08nY2019-03-214-14/+30
* Add conversion to and from affine points.J08nY2019-03-215-23/+157
* Fix ladder scalar multiplier.J08nY2019-03-211-5/+5
* Fix some EFD formulas and their output indices.J08nY2019-03-2113-24/+27
* Separate formula code into EFD class.J08nY2019-03-212-41/+72
* Add Op class.J08nY2019-03-213-9/+47
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-2130-77/+131