aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
|\ \