summaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * feat(test): Skipping tests if CUDA not availableTomáš Jusko2022-04-041-0/+3
| * DeepSource fixesTomas Jusko2022-01-311-1/+0
| * flake8 conformanceTomas Jusko2022-01-311-7/+8
| * Made test samples bigger to GPU utilizationTomas Jusko2022-01-311-1/+5
| * Fixed bugs and importsTomas Jusko2022-01-311-22/+3
| * Added test for GPU combine functions implemented so farTomas Jusko2022-01-311-3/+81
| * Removed garbageTomas Jusko2022-01-291-0/+14
| * Started stacked traces testsTomas Jusko2022-01-271-0/+32
* | Merge pull request #17 from J08nY/deepsource-fix-325158fbJán Jančár2022-03-011-2/+5
|\ \
| * | Fix failing test after Mod behaviour change.J08nY2022-03-011-2/+5
| |/
* / Remove implicit `object` from the base classdeepsource-autofix[bot]2022-03-011-1/+1
|/
* Add profiling of sca.combine submodule.J08nY2021-11-279-81/+139
* Add performance plotting.J08nY2021-11-261-0/+30
* Add reproducer for issue #14.J08nY2021-05-202-4/+23
* Handle fully symbolic assumptions.J08nY2021-05-201-1/+17
* Properly raise warnings.J08nY2021-05-192-5/+9
* Fix MultipleContext tracing of two actions.J08nY2021-05-121-0/+8
* More DeepSource fixes.J08nY2021-04-241-1/+0
* Implement fixes from DeepSource.J08nY2021-04-1011-23/+27
* Use black.J08nY2021-04-1034-554/+1406
* Add pre-commit.J08nY2021-04-103-8/+8
* 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-2013-19/+25
* Introduce symbolic Mod.J08nY2021-01-202-1/+50
* Introduce explicit field argument to formula calls.J08nY2021-01-192-8/+8
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-161-2/+0
* Also trace precomputation in MultipleContext.J08nY2021-01-161-9/+45
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-161-0/+31
* 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
* 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
* Fix pollution of formula variables by ints and subsequent float results.J08nY2020-12-171-0/+27
* Make Mod a dynamic class.J08nY2020-12-171-1/+1
* Handle formula assumptions.J08nY2020-12-172-1/+20
* Properly handle coordinate system assumptions.J08nY2020-12-162-1/+49
* 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-102-2/+13
* 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-062-1/+37
* Fix modified coords to_model transformation.J08nY2020-07-102-12/+12
* Fixes all over.J08nY2020-07-062-4/+24
* Fix variance computation.J08nY2020-07-061-1/+17