aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec
Commit message (Collapse)AuthorAgeFilesLines
* Add docs and tests to the ECTester target.J08nY2020-06-132-3/+124
|
* 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-162-101/+94
|
* Fix dbl-2016-rcb in projective-3 coords.J08nY2020-03-082-2/+2
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-071-1/+10
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-0611-3/+324
|
* Redo the TraceSet IO interfaces.J08nY2020-03-042-0/+10
|
* Fix some type issues.J08nY2020-03-043-13/+24
|
* Fix Picoscope ranges, redo scope collection API.J08nY2020-03-036-14/+24
|
* Add support for getting neutral points in coordinate systems.J08nY2020-03-038-3/+44
|
* 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-195-45/+58
|
* 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-126-206/+268
|
* 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-105-36/+36
|
* Fix style errors.J08nY2020-02-087-8/+12
|
* Fix type errors, now mypy runs ok.J08nY2020-02-085-13/+16
|
* Add support for PicoScope scopes, sketch out scope interface.J08nY2020-02-041-1/+28
|
* 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-221-3/+9
|
* 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
|
* 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-212-6/+20
|
* 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
|