aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Optimize divpoly computation.J08nY2023-07-301-1/+1
* | Add multiplication_by_n map computation.J08nY2023-07-301-16/+33
* | Add divpoly computation.J08nY2023-07-292-2/+121
* | Add ZVP formula unroll.J08nY2023-07-291-0/+21
* | Add tests for RPA-RE.J08nY2023-07-282-9/+84
* | Process OpResults better.J08nY2023-07-241-2/+31
* | Apply leakage model to execution tree.J08nY2023-07-241-0/+42
* | Add leakage models.J08nY2023-07-241-0/+48
* | Allow for iter over Point.J08nY2023-05-201-0/+11
|/
* Merge branch 'master' into feat/stacked-perf-testJán Jančár2023-03-155-20/+36
|\
| * Add test for custom domain parameter generation.J08nY2023-02-221-1/+23