summaryrefslogtreecommitdiffhomepage
path: root/test/ec
Commit message (Expand)AuthorAgeFilesLines
...
* More tests for point coordinate conversion.J08nY2023-08-311-38/+49
* Improve point test coverage.J08nY2023-08-311-10/+15
* Fix some deepsource issues.J08nY2023-08-311-8/+0
* Cleanup ZVP computation.J08nY2023-08-291-0/+4
* Add ZVP point computation.J08nY2023-08-291-1/+0
* Add sliding window multiplier.J08nY2023-08-272-5/+11
* More scalarmult options.J08nY2023-08-273-6/+13
* Add test-vector test to ECDSA.J08nY2023-08-252-1/+33
* Fix issue #14.J08nY2023-08-252-5/+17
* Test all scalarmult combinations.J08nY2023-08-251-112/+41
* Add test-vector from SECG to ECDH tests.J08nY2023-08-251-1/+43
* Remove unnecessary test names for pytest.J08nY2023-08-252-85/+74
* Further unify and specify scalarmults.J08nY2023-08-252-7/+56
* Add more thorought fixedwindow test.J08nY2023-08-241-2/+7
* Add FixedWindowLTRMultiplier.J08nY2023-08-243-7/+38
* Fix dangling import.J08nY2023-08-092-7/+0
* 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
* 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
* 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
* Resolve out rationals introduced by SymPy.J08nY2021-01-061-0/+15
* Update EFD and add regression test.J08nY2021-01-041-0/+9