aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* RefactoringTomas Jusko2022-01-311-53/+43
* Made test samples bigger to GPU utilizationTomas Jusko2022-01-311-1/+5
* Fixed bugs and importsTomas Jusko2022-01-312-24/+5
* Added test for GPU combine functions implemented so farTomas Jusko2022-01-311-3/+81
* Cleanup and added common setup of GPU implementationsTomas Jusko2022-01-311-19/+65
* Removed garbageTomas Jusko2022-01-292-66/+17
* Added stacked traces class and GPU combine algorithmsTomas Jusko2022-01-284-47/+85
* Started stacked traces testsTomas Jusko2022-01-271-0/+32
* Added naive implementations of gpu optimized trace combine functionsTomas Jusko2022-01-193-0/+197
* Update std submodule.J08nY2021-11-271-0/+0
* Fix profiling.J08nY2021-11-271-3/+3
* Add profiling of sca.combine submodule.J08nY2021-11-2710-83/+141
* Add performance plotting.J08nY2021-11-262-0/+34
* Fix type issue in params.load_category.J08nY2021-11-261-2/+2
* Fix typecheck runs.J08nY2021-11-262-3/+3
* Fix formula execution with sympy 1.9.1.J08nY2021-11-261-2/+2
* Fix working with SymbolicMods in formulas.J08nY2021-11-262-3/+6
* Add reproducer for issue #14.J08nY2021-05-203-5/+25
* Handle fully symbolic assumptions.J08nY2021-05-202-2/+30
* Properly raise warnings.J08nY2021-05-193-8/+13
* Bump std submodule.J08nY2021-05-121-0/+0
* Fix Sphinx build with new Sphinx.J08nY2021-05-122-3/+13
* Fix MultipleContext tracing of two actions.J08nY2021-05-122-2/+17
* More DeepSource fixes.J08nY2021-04-2424-34/+34
* Make docstring style changes as per pydocstyle.J08nY2021-04-1150-404/+386
* Implement fixes from DeepSource.J08nY2021-04-1029-132/+145
* Use black.J08nY2021-04-1080-1074/+2996
* Add pre-commit.J08nY2021-04-1016-27/+47
* Merge pull request #12 from scrambler-crypto/masterJán Jančár2021-02-133-7/+5
|\
| * Better parsing of "end of line"Davide Alessio2021-02-123-7/+5
|/
* Add .deepsource.tomlDeepSource Bot2021-02-101-0/+10
* Speedup RawMod.is_residue by using fast Jacobi symbol impl.J08nY2021-01-302-2/+29
* Add performance monitoring and a few improvements to Mod.J08nY2021-01-3011-15/+303
* Add Test and Lint GitHub action.J08nY2021-01-238-12/+133
* Fix SymbolicMod pow.J08nY2021-01-221-1/+5
* Add more curve transformations.J08nY2021-01-202-9/+127
* The big documentation patch.J08nY2021-01-2051-78/+462
* Fix codestyle and typing issues in tests.J08nY2021-01-2013-19/+25
* Introduce symbolic Mod.J08nY2021-01-205-18/+172
* Introduce explicit field argument to formula calls.J08nY2021-01-196-26/+44
* Release pyecsca-0.1.0.0.1.0J08nY2021-01-162-3/+4
* Also trace precomputation in MultipleContext.J08nY2021-01-166-45/+107
* Add Context for tracing multiples, usable for RPA.J08nY2021-01-166-2/+94
* Fix Edwards yzsuared to_model. Extend regression test for #10.J08nY2021-01-062-1/+4
* Pin sympy version requirement. Extend regression test for #9.J08nY2021-01-062-1/+7
* Fix Edwards yz/yzsquared to_model.J08nY2021-01-063-3/+23
* Resolve out rationals introduced by SymPy.J08nY2021-01-063-13/+50
* Fix type-checking, codestyle and update EFD.J08nY2021-01-057-14/+11
* Update EFD and add regression test.J08nY2021-01-043-1/+12
* Fixup the packaging, put cfg into a proper subpackage.J08nY2020-12-2610-8/+10