aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/ec
Commit message (Collapse)AuthorAgeFilesLines
...
* Move sca tests to pytest.J08nY2023-08-094-25/+8
|
* Move away from pkg_resources.J08nY2023-08-082-5/+2
|
* Move EC tests to pytest fully.J08nY2023-08-0819-1555/+1478
|
* Initial move to pytest.J08nY2023-08-082-8/+3
|
* Move to importlib.resources for test data discovery.J08nY2023-08-082-14/+22
|
* Add .to_coords to domain params and curve objects.J08nY2023-08-041-0/+15
| | | | Also adds coordinate assumption validation to ec curve constructor.
* Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-031-3/+14
|
* Add more docs to divpoly and a perf module.J08nY2023-08-011-0/+30
|
* Add sagemath test for larg-er divpoly.J08nY2023-08-011-0/+17
|
* Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-011-0/+169
|
* Allow for iter over Point.J08nY2023-05-201-0/+11
|
* 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
|