| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Added host Pearson coefficient runner function | Tomáš Jusko | 2023-09-25 | 1 | -9/+38 |
| | | |||||
| * | feat: Changed inputs to const memory for general combine functions | Tomáš Jusko | 2023-09-25 | 1 | -17/+29 |
| | | |||||
| * | feat: Added Pearson correlation coefficient for GPU | Tomáš Jusko | 2023-09-24 | 1 | -0/+44 |
| | | |||||
| * | feat: Added extra inputs to general combine function | Tomáš Jusko | 2023-09-24 | 1 | -10/+36 |
| | | |||||
| * | feat: Added events to prevent H2D race conditions | Tomáš Jusko | 2023-09-20 | 1 | -0/+9 |
| | | |||||
| * | Merge pull request #38 from Tomko10/feat/stacked-perf-test | Ján Jančár | 2023-09-20 | 3 | -90/+340 |
| |\ | | | | | Chunked GPU calculation | ||||
| | * | Added GPUTraceManager init docstring. Changed total memory to available memory | Tomáš Jusko | 2023-09-20 | 1 | -1/+10 |
| | | | |||||
| | * | fix: Deepsource errors | Tomáš Jusko | 2023-09-18 | 1 | -27/+42 |
| | | | |||||
| | * | feat: Added configurable stream count and fixed chunking | Tomáš Jusko | 2023-09-18 | 2 | -70/+121 |
| | | | |||||
| | * | feat: Changed streams to a fixed number | Tomáš Jusko | 2023-09-12 | 1 | -10/+13 |
| | | | |||||
| | * | feat: Added chunking from memory size ratio param | Tomáš Jusko | 2023-09-07 | 2 | -9/+69 |
| | | | |||||
| | * | fix: Fixed chunked GPU computation, refactored | Tomáš Jusko | 2023-08-22 | 1 | -50/+68 |
| | | | |||||
| | * | fix: Changed samples numpy order for chunking | Tomáš Jusko | 2023-08-17 | 1 | -0/+2 |
| | | | |||||
| | * | fix: Output newline at the end of perf report | Tomáš Jusko | 2023-08-17 | 1 | -0/+1 |
| | | | |||||
| | * | feat: Added chunk size option to perf script | Tomáš Jusko | 2023-07-14 | 1 | -9/+14 |
| | | | |||||
| | * | feat: Added chunked processing with parametric size | Tomáš Jusko | 2023-07-14 | 1 | -32/+95 |
| | | | |||||
| | * | feat: Added timing function option | Tomáš Jusko | 2023-04-05 | 1 | -12/+34 |
| | | | |||||
| | * | feat: Added kernel caching | Tomáš Jusko | 2023-04-05 | 2 | -8/+9 |
| | | | |||||
| * | | Bump EFD version and fix formula names. | J08nY | 2023-09-20 | 12 | -38/+70 |
| | | | |||||
| * | | Add more curve model transformaations. | J08nY | 2023-08-31 | 5 | -40/+154 |
| | | | | | | | | | Thanks @vojtechsu. | ||||
| * | | Actually optimize ZVP precomp. | J08nY | 2023-08-31 | 1 | -0/+2 |
| | | | |||||
| * | | Further ZVP precomp. | J08nY | 2023-08-31 | 2 | -4/+8 |
| | | | |||||
| * | | Compute formula factor set. | J08nY | 2023-08-31 | 3 | -32/+127 |
| | | | |||||
| * | | More tests for point coordinate conversion. | J08nY | 2023-08-31 | 3 | -41/+52 |
| | | | |||||
| * | | Improve point test coverage. | J08nY | 2023-08-31 | 2 | -12/+17 |
| | | | |||||
| * | | Fix some deepsource issues. | J08nY | 2023-08-31 | 12 | -33/+20 |
| | | | |||||
| * | | Fix mypy Poly checks. | J08nY | 2023-08-31 | 1 | -17/+16 |
| | | | |||||
| * | | Add fast ZVP test. | J08nY | 2023-08-30 | 1 | -1/+22 |
| | | | |||||
| * | | Fix docs. | J08nY | 2023-08-29 | 3 | -1/+12 |
| | | | |||||
| * | | More docs. | J08nY | 2023-08-29 | 3 | -0/+15 |
| | | | |||||
| * | | Fix bogus coverage in scope. | J08nY | 2023-08-29 | 1 | -0/+14 |
| | | | |||||
| * | | Cleanup ZVP computation. | J08nY | 2023-08-29 | 5 | -16/+77 |
| | | | |||||
| * | | Bump codecov action. | J08nY | 2023-08-29 | 1 | -2/+1 |
| | | | |||||
| * | | Fix configuration enumeration check for ABC. | J08nY | 2023-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Add better test for ZVP point construction. | J08nY | 2023-08-29 | 1 | -1/+13 |
| | | | |||||
| * | | Add ZVP point computation. | J08nY | 2023-08-29 | 7 | -21/+282 |
| | | | |||||
| * | | Add references to docs. | J08nY | 2023-08-28 | 9 | -14/+39 |
| | | | |||||
| * | | Fix RPA distinguish test. | J08nY | 2023-08-27 | 4 | -11/+26 |
| | | | |||||
| * | | Add sliding window multiplier. | J08nY | 2023-08-27 | 7 | -57/+117 |
| | | | |||||
| * | | Move scalar multipliers into a subpackage. | J08nY | 2023-08-27 | 7 | -823/+871 |
| | | | |||||
| * | | More scalarmult options. | J08nY | 2023-08-27 | 5 | -20/+101 |
| | | | |||||
| * | | Add test-vector test to ECDSA. | J08nY | 2023-08-25 | 3 | -1/+46 |
| | | | |||||
| * | | Fix issue #14. | J08nY | 2023-08-25 | 2 | -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. | J08nY | 2023-08-25 | 2 | -113/+42 |
| | | | |||||
| * | | Add test-vector from SECG to ECDH tests. | J08nY | 2023-08-25 | 2 | -1/+61 |
| | | | |||||
| * | | Remove unnecessary test names for pytest. | J08nY | 2023-08-25 | 2 | -85/+74 |
| | | | |||||
| * | | Further unify and specify scalarmults. | J08nY | 2023-08-25 | 6 | -78/+231 |
| | | | |||||
| * | | Add more thorought fixedwindow test. | J08nY | 2023-08-24 | 1 | -2/+7 |
| | | | |||||
| * | | Add FixedWindowLTRMultiplier. | J08nY | 2023-08-24 | 6 | -52/+176 |
| | | | |||||
| * | | Add RPA/ZVP/EPA stuff. | J08nY | 2023-08-09 | 89 | -2993/+6660 |
| |\ \ | | | | | | | | | | Merge branch 'zvp-re' | ||||
