summaryrefslogtreecommitdiffhomepage
path: root/test/ec
Commit message (Collapse)AuthorAgeFilesLines
* Add test for custom domain parameter generation.J08nY2023-02-221-1/+23
|
* Cache unparsed assumptions in formula.J08nY2023-02-121-3/+3
|
* Add __slots__ to Mods.J08nY2023-02-121-0/+3
|
* Get rid of getcontext/setcontext functions.J08nY2023-02-121-12/+3
|
* Fix failing test after Mod behaviour change.J08nY2022-03-011-2/+5
|
* Add profiling of sca.combine submodule.J08nY2021-11-275-78/+4
|
* Add reproducer for issue #14.J08nY2021-05-201-2/+22
|
* Handle fully symbolic assumptions.J08nY2021-05-201-1/+17
| | | | Fixes #13.
* Properly raise warnings.J08nY2021-05-192-5/+9
|
* More DeepSource fixes.J08nY2021-04-241-1/+0
|
* Implement fixes from DeepSource.J08nY2021-04-105-11/+20
|
* Use black.J08nY2021-04-1020-329/+722
|
* Speedup RawMod.is_residue by using fast Jacobi symbol impl.J08nY2021-01-301-1/+6
|
* Add performance monitoring and a few improvements to Mod.J08nY2021-01-304-0/+206
|
* Add more curve transformations.J08nY2021-01-201-1/+19
|
* Fix codestyle and typing issues in tests.J08nY2021-01-206-8/+10
|
* Introduce symbolic Mod.J08nY2021-01-202-1/+50
|
* Introduce explicit field argument to formula calls.J08nY2021-01-192-8/+8
|
* 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
|