aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca
Commit message (Expand)AuthorAgeFilesLines
* feat: Added host Pearson coefficient runner functionTomáš Jusko2023-09-251-9/+38
* feat: Changed inputs to const memory for general combine functionsTomáš Jusko2023-09-251-17/+29
* feat: Added Pearson correlation coefficient for GPUTomáš Jusko2023-09-241-0/+44
* feat: Added extra inputs to general combine functionTomáš Jusko2023-09-241-10/+36
* feat: Added events to prevent H2D race conditionsTomáš Jusko2023-09-201-0/+9
* Merge pull request #38 from Tomko10/feat/stacked-perf-testJán Jančár2023-09-201-72/+252
|\
| * Added GPUTraceManager init docstring. Changed total memory to available memoryTomáš Jusko2023-09-201-1/+10
| * fix: Deepsource errorsTomáš Jusko2023-09-181-27/+42
| * feat: Added configurable stream count and fixed chunkingTomáš Jusko2023-09-181-66/+99
| * feat: Changed streams to a fixed numberTomáš Jusko2023-09-121-10/+13
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-071-8/+45
| * fix: Fixed chunked GPU computation, refactoredTomáš Jusko2023-08-221-50/+68
| * fix: Changed samples numpy order for chunkingTomáš Jusko2023-08-171-0/+2
| * feat: Added chunked processing with parametric sizeTomáš Jusko2023-07-141-32/+95
| * feat: Added kernel cachingTomáš Jusko2023-04-051-8/+8
* | Bump EFD version and fix formula names.J08nY2023-09-203-1/+28
* | Add more curve model transformaations.J08nY2023-08-314-39/+137
* | Actually optimize ZVP precomp.J08nY2023-08-311-0/+2
* | Further ZVP precomp.J08nY2023-08-311-3/+7
* | Compute formula factor set.J08nY2023-08-311-20/+58
* | More tests for point coordinate conversion.J08nY2023-08-312-3/+3
* | Improve point test coverage.J08nY2023-08-311-2/+2
* | Fix some deepsource issues.J08nY2023-08-318-21/+19
* | Fix mypy Poly checks.J08nY2023-08-311-17/+16
* | Fix docs.J08nY2023-08-292-0/+8
* | More docs.J08nY2023-08-293-0/+15
* | Cleanup ZVP computation.J08nY2023-08-291-2/+11
* | Fix configuration enumeration check for ABC.J08nY2023-08-291-1/+1
* | Add ZVP point computation.J08nY2023-08-294-10/+207
* | Add references to docs.J08nY2023-08-287-14/+19
* | Fix RPA distinguish test.J08nY2023-08-273-8/+19
* | Add sliding window multiplier.J08nY2023-08-275-52/+106
* | Move scalar multipliers into a subpackage.J08nY2023-08-277-823/+871
* | More scalarmult options.J08nY2023-08-272-14/+88
* | Test all scalarmult combinations.J08nY2023-08-251-1/+1
* | Further unify and specify scalarmults.J08nY2023-08-253-65/+169
* | Add FixedWindowLTRMultiplier.J08nY2023-08-243-45/+138
* | Bump submodules.J08nY2023-08-092-0/+0
* | Move sca tests to pytest.J08nY2023-08-092-3/+3
* | Fix filename for formula code.J08nY2023-08-081-1/+1
* | Move away from pkg_resources.J08nY2023-08-084-60/+55
* | Move to importlib.resources for test data discovery.J08nY2023-08-081-1/+1
* | Fix curve validation.J08nY2023-08-082-13/+3
* | Docs fix in context.pyJ08nY2023-08-082-4/+2
* | Add .to_coords to domain params and curve objects.J08nY2023-08-043-20/+106
* | Add reading of ECTester and ecgen domain parameter files.J08nY2023-08-032-23/+134
* | Add more docs to divpoly and a perf module.J08nY2023-08-011-6/+9
* | Add sagemath test for larg-er divpoly.J08nY2023-08-011-3/+6
* | Add multiplication-by-n polynomial computation to divpoly.J08nY2023-08-015-186/+282
* | Optimize divpoly computation.J08nY2023-07-301-21/+23