aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ECTester target test skip.feature/ectester-targetJ08nY2020-06-131-1/+6
* Add docs and tests to the ECTester target.J08nY2020-06-133-4/+315
* 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
* Fix alignment of traces of unequal length.J08nY2020-03-091-8/+6
* Add inplace handling of HDF5 files.J08nY2020-03-092-2/+4
* Add raw output from scopes.J08nY2020-03-081-4/+12
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-0712-51/+47
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-063-25/+45
* Change scope pretrig/posttrig API.J08nY2020-03-051-1/+2
* Add proper plotting.J08nY2020-03-051-12/+21
* Add plotting of traces.J08nY2020-03-057-41/+90
* Redo the TraceSet IO interfaces.J08nY2020-03-0412-46/+97
* Fix some type issues.J08nY2020-03-049-44/+50
* Add support for getting neutral points in coordinate systems.J08nY2020-03-033-0/+42
* 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-133-16/+30
* 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-2110-105/+162
* More utility to formulas.J08nY2019-11-292-2/+2
* Add patter matching module.J08nY2019-11-222-6/+45
* More coverage for curve and group.J08nY2019-05-013-1/+51
* Add Kolmogorov-Smirnov tests.J08nY2019-05-011-2/+16
* More docs and more coverage.J08nY2019-04-244-8/+46
* 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