aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move SCA stuff to sca package.J08nY2019-03-2111-11/+10
* Add documentation.J08nY2019-03-213-8/+15
* Add parsing of ChipWhisperer trace sets.J08nY2019-03-2110-11/+166
* Init.J08nY2019-03-1413-0/+365