summaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Autofix issues in 1 filedeepsource-autofix[bot]2023-02-121-1/+0
| * 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-123-13/+5
| * Fix perf issue with pyinstrument.J08nY2022-12-071-3/+3
* | feat: Added sums of durations across repetitions to summary in JSON exportTomáš Jusko2023-02-181-4/+16
* | feat: Added performance test report export to JSONTomáš Jusko2023-02-171-2/+102
* | fix: Fixed typing for older Python compatibilityTomáš Jusko2023-02-041-7/+9
* | feat(perf): Added repeated runsTomáš Jusko2023-02-021-21/+55
* | feat(perf): Added normal distribution to dataset generatingTomáš Jusko2023-02-021-16/+58
* | feat: Added CLI and timing to stacked combine performance testingTomáš Jusko2022-12-041-15/+235
* | feat: Added function for generating tracesets for use in perf testingTomáš Jusko2022-10-241-0/+86
|/
* Merge pull request #15 from Tomko10/stacked_tracesJán Jančár2022-04-061-0/+112
|\
| * feat: Made GPUTraceManager stateful, updated tests accordinglyTomáš Jusko2022-04-041-5/+5