aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-301-0/+64
|\
| * fix: PR requested changesTomáš Jusko2023-09-301-11/+1
| * feat: Added GPU Pearson corr coefficient testsTomáš Jusko2023-09-301-0/+74
* | Fix ZVP perf.J08nY2023-09-301-1/+1
* | Unify unroll and unroll with names.J08nY2023-09-301-18/+18
* | Add filtering of RPA polynomialsvojtechsu2023-09-291-14/+14
* | Add special cases to ZVP point construction.J08nY2023-09-262-4/+6
* | Fix ZVP perf script.J08nY2023-09-232-4/+4
* | Fix affine formula unrolling.J08nY2023-09-211-17/+18
* | Add to_affine mapping option to ZVP.J08nY2023-09-211-49/+42
|/
* Merge pull request #38 from Tomko10/feat/stacked-perf-testJán Jančár2023-09-201-18/+87
|\
| * feat: Added configurable stream count and fixed chunkingTomáš Jusko2023-09-181-4/+22
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-071-1/+24
| * fix: Output newline at the end of perf reportTomáš Jusko2023-08-171-0/+1
| * feat: Added chunk size option to perf scriptTomáš Jusko2023-07-141-9/+14
| * feat: Added timing function optionTomáš Jusko2023-04-051-12/+34
* | Bump EFD version and fix formula names.J08nY2023-09-209-37/+42
* | Add more curve model transformaations.J08nY2023-08-311-1/+17
* | Further ZVP precomp.J08nY2023-08-311-1/+1
* | Compute formula factor set.J08nY2023-08-312-12/+69
* | 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-314-12/+1
* | Add fast ZVP test.J08nY2023-08-301-1/+22
* | Fix bogus coverage in scope.J08nY2023-08-291-0/+14
* | Cleanup ZVP computation.J08nY2023-08-293-13/+65
* | Add better test for ZVP point construction.J08nY2023-08-291-1/+13
* | Add ZVP point computation.J08nY2023-08-292-11/+70
* | Fix RPA distinguish test.J08nY2023-08-271-3/+7
* | 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-253-1/+46
* | 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-252-1/+61
* | Remove unnecessary test names for pytest.J08nY2023-08-252-85/+74
* | Further unify and specify scalarmults.J08nY2023-08-253-13/+62
* | 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-0924-1483/+1515
* | Move away from pkg_resources.J08nY2023-08-086-9/+6
* | Move EC tests to pytest fully.J08nY2023-08-0819-1555/+1478
* | Initial move to pytest.J08nY2023-08-084-21/+7
* | Move to importlib.resources for test data discovery.J08nY2023-08-0825-86/+113
* | 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-033-3/+39
* | Add more docs to divpoly and a perf module.J08nY2023-08-011-0/+30
* | Add sagemath test for larg-er divpoly.J08nY2023-08-012-0/+2672
* | Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-012-136/+170