aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)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-203-90/+340
|\ | | | | Chunked GPU calculation
| * 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-182-70/+121
| |
| * feat: Changed streams to a fixed numberTomáš Jusko2023-09-121-10/+13
| |
| * feat: Added chunking from memory size ratio paramTomáš Jusko2023-09-072-9/+69
| |
| * fix: Fixed chunked GPU computation, refactoredTomáš Jusko2023-08-221-50/+68
| |
| * fix: Changed samples numpy order for chunkingTomáš Jusko2023-08-171-0/+2
| |
| * 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 chunked processing with parametric sizeTomáš Jusko2023-07-141-32/+95
| |
| * feat: Added timing function optionTomáš Jusko2023-04-051-12/+34
| |
| * feat: Added kernel cachingTomáš Jusko2023-04-052-8/+9
| |
* | Bump EFD version and fix formula names.J08nY2023-09-2012-38/+70
| |
* | Add more curve model transformaations.J08nY2023-08-315-40/+154
| | | | | | | | Thanks @vojtechsu.
* | Actually optimize ZVP precomp.J08nY2023-08-311-0/+2
| |
* | Further ZVP precomp.J08nY2023-08-312-4/+8
| |
* | Compute formula factor set.J08nY2023-08-313-32/+127
| |
* | More tests for point coordinate conversion.J08nY2023-08-313-41/+52
| |
* | Improve point test coverage.J08nY2023-08-312-12/+17
| |
* | Fix some deepsource issues.J08nY2023-08-3112-33/+20
| |
* | Fix mypy Poly checks.J08nY2023-08-311-17/+16
| |
* | Add fast ZVP test.J08nY2023-08-301-1/+22
| |
* | Fix docs.J08nY2023-08-293-1/+12
| |
* | More docs.J08nY2023-08-293-0/+15
| |
* | Fix bogus coverage in scope.J08nY2023-08-291-0/+14
| |
* | Cleanup ZVP computation.J08nY2023-08-295-16/+77
| |
* | Bump codecov action.J08nY2023-08-291-2/+1
| |
* | Fix configuration enumeration check for ABC.J08nY2023-08-291-1/+1
| |
* | Add better test for ZVP point construction.J08nY2023-08-291-1/+13
| |
* | Add ZVP point computation.J08nY2023-08-297-21/+282
| |
* | Add references to docs.J08nY2023-08-289-14/+39
| |
* | Fix RPA distinguish test.J08nY2023-08-274-11/+26
| |
* | Add sliding window multiplier.J08nY2023-08-277-57/+117
| |
* | Move scalar multipliers into a subpackage.J08nY2023-08-277-823/+871
| |
* | More scalarmult options.J08nY2023-08-275-20/+101
| |
* | Add test-vector test to ECDSA.J08nY2023-08-253-1/+46
| |
* | Fix issue #14.J08nY2023-08-252-5/+17
| | | | | | | | | | Not really an issue, the prime in the test did not satisfy the formula assumption so it should have failed.
* | Test all scalarmult combinations.J08nY2023-08-252-113/+42
| |
* | 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-256-78/+231
| |
* | Add more thorought fixedwindow test.J08nY2023-08-241-2/+7
| |
* | Add FixedWindowLTRMultiplier.J08nY2023-08-246-52/+176
| |
* | Add RPA/ZVP/EPA stuff.J08nY2023-08-0989-2993/+6660
|\ \ | | | | | | | | | Merge branch 'zvp-re'