aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec
Commit message (Collapse)AuthorAgeFilesLines
* Add docs and tests to the ECTester target.J08nY2020-06-132-1/+30
|
* Add curve transformations M2SW and M2TE.J08nY2020-03-161-0/+18
|
* Add tests for affine coords.J08nY2020-03-162-47/+46
|
* Cleanup curves script.J08nY2020-03-1610-10/+10
|
* Add raw output from scopes.J08nY2020-03-081-4/+12
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-071-2/+3
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-063-25/+45
|
* Add support for getting neutral points in coordinate systems.J08nY2020-03-031-0/+5
|
* Add unified parameter to formulas that are strongly unified.J08nY2020-02-211-0/+5
|
* Add affine multiply and move neutral to curve class.J08nY2020-02-203-9/+17
|
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-195-20/+83
|
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-192-8/+8
|
* Add notebooks, fix Travis.J08nY2020-02-132-15/+29
|
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-123-4/+92
|
* Rework context handling into a tree-based approach.J08nY2020-02-116-35/+90
|
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-108-40/+64
|
* Cleanup op parsing.J08nY2020-02-101-7/+12
|
* Rename AbelianGroup to DomainParameters.J08nY2020-02-101-1/+1
|
* Separate some scalar mults.J08nY2019-12-221-6/+7
|
* Add more parameters to ScalarMults.J08nY2019-12-221-2/+7
|
* Refactor ScalarMult.J08nY2019-12-224-125/+130
|
* Add curve parameters, improve coverage.J08nY2019-12-219-105/+161
|
* More utility to formulas.J08nY2019-11-292-2/+2
|
* More coverage for curve and group.J08nY2019-05-012-1/+39
|
* More docs and more coverage.J08nY2019-04-243-7/+42
|
* Exclude some lines from coverage.J08nY2019-04-231-3/+35
|
* Add proper context management.J08nY2019-04-231-0/+23
|
* Raise code coverage for Mod.J08nY2019-04-222-3/+39
|
* Add ECDH and ECDSA simulation.J08nY2019-04-223-0/+93
|
* Add AbelianGroup class.J08nY2019-04-215-73/+54
|
* Add codecov.J08nY2019-04-211-0/+1
|
* Add point conversion.J08nY2019-04-201-0/+59
|
* Add prime parameter to EllipticCurve class.J08nY2019-03-214-26/+63
|
* Add conversion to and from affine points.J08nY2019-03-212-1/+25
|
* Fix ladder scalar multiplier.J08nY2019-03-211-0/+2
|
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-211-4/+23
|
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-4/+21
|
* Fix ladder multipliers.J08nY2019-03-211-6/+19
|
* Finish and test NAF multipliers.J08nY2019-03-211-1/+31
|
* Add NAF scalar multiplication method sketches.J08nY2019-03-213-8/+29
|
* Add more tests and cleanup some typing errors.J08nY2019-03-211-0/+30
|
* Add Montgomery scalar mult.J08nY2019-03-211-7/+30
|
* Fix basic scalar multipliers.J08nY2019-03-211-14/+30
|
* Fix basic scalar multiplier.J08nY2019-03-211-7/+10
|
* Setup EC models, curves, formulas from efd.J08nY2019-03-213-0/+35