summaryrefslogtreecommitdiffhomepage
path: root/test/ec
Commit message (Collapse)AuthorAgeFilesLines
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-061-0/+3
|
* Pin sympy version requirement. Extend regression test for #9.J08nY2021-01-061-0/+6
|
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-061-0/+12
| | | | Fixes #10.
* Resolve out rationals introduced by SymPy.J08nY2021-01-061-0/+15
| | | | Fixes #9.
* Update EFD and add regression test.J08nY2021-01-041-0/+9
| | | | Fixes #8.
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-263-3/+3
|
* Make certain aspects of the library configurable.J08nY2020-12-173-4/+42
| | | | Fixes #5.
* Fix pollution of formula variables by ints and subsequent float results.J08nY2020-12-171-0/+27
| | | | Fixes #7.
* Make Mod a dynamic class.J08nY2020-12-171-1/+1
| | | | Fixes #6.
* Handle formula assumptions.J08nY2020-12-172-1/+20
| | | | Fixes #4.
* Properly handle coordinate system assumptions.J08nY2020-12-161-1/+12
| | | | Fixes #3.
* Update efd and std submodules.J08nY2020-12-111-3/+6
|
* Add point compare using scaling formula.J08nY2020-12-102-3/+23
|
* Add testing of GMP and non-GMP into Travis.J08nY2020-12-101-1/+12
|
* Fix to_affine mapping, fix affine formulas with infinity point.J08nY2020-12-102-0/+10
|
* Add support for GMP modular arithmetic.J08nY2020-12-102-2/+6
|
* Add way of importing parameters from file.J08nY2020-10-061-1/+8
|
* Fix modified coords to_model transformation.J08nY2020-07-101-6/+8
|
* Add random generation of points, speedup computation.J08nY2020-07-012-2/+7
|
* Add PicoScope 3000 support (partial).J08nY2020-07-011-0/+6
|
* Add path context.J08nY2020-06-301-2/+15
|
* Fix type errors and increase code coverage.J08nY2020-06-145-12/+50
|
* Add a way for actions to have a result.J08nY2020-06-131-2/+4
|
* 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
|