aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/sca (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | typing fixesAndrej Bátora2023-10-052-7/+8
| |
* | fixed CPAAndrej Bátora2023-10-051-2/+2
| |
* | Merge branch 'J08nY:master' into CPA_pyecscaAndrej Bátora2023-10-052-8/+2
|\|
| * More docs for scalarmults.J08nY2023-10-042-8/+2
| |
* | implemented CPAAndrej Bátora2023-10-051-0/+77
|/
* Merge pull request #40 from andrr3j/DPA_pyecscaJán Jančár2023-10-022-0/+211
|\ | | | | implemented emulator target and DPA
| * added DOMs to DPA + fixesAndrej Bátora2023-10-022-15/+26
| |
| * implemented emulator target and DPAAndrej Bátora2023-09-272-0/+200
| |
* | Allow to compute non-affine factor set.J08nY2023-10-021-5/+8
| |
* | Split to_affine map to factor_set computation, fix mypy.J08nY2023-10-021-56/+72
| |
* | Add filtering of non-homogeneous polynomialsvojtechsu2023-10-021-0/+57
| |
* | Merge pull request #42 from Tomko10/feat/pearson-corr-coefJán Jančár2023-09-302-26/+144
|\ \ | | | | | | Pearson correlation coefficient
| * | fix: PR requested changesTomáš Jusko2023-09-302-2/+6
| | |
| * | fix: TypingTomáš Jusko2023-09-301-4/+4
| | |
| * | fix: Lines too longTomáš Jusko2023-09-301-2/+3
| | |
| * | fix: Typing and wrong argumentsTomáš Jusko2023-09-301-10/+10
| | |
| * | fix: Fixed GPU Pearson corr coefficientTomáš Jusko2023-09-301-6/+9
| | |
| * | Changed const memory to pageable memoryTomáš Jusko2023-09-301-17/+16
| | |
| * | 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
| | |
* | | Unify unroll and unroll with names.J08nY2023-09-301-25/+20
| | |
* | | Merge pull request #41 from vojtechsu/masterJán Jančár2023-09-301-8/+40
|\ \ \ | | | | | | | | Add filtering of RPA polynomials
| * | | Add filtering of RPA polynomialsvojtechsu2023-09-291-8/+40
| | |/ | |/|
* / | Fix typing.J08nY2023-09-301-2/+2
|/ /
* | Add special cases to ZVP point construction.J08nY2023-09-261-24/+62
| |
* | Make sure factor set polynomials have canonical order in ZVP.J08nY2023-09-261-9/+31
| |
* | Omit y-calculation in divpoly mult-by-n map if unnecessary.J08nY2023-09-211-2/+1
| |
* | Fix affine formula unrolling.J08nY2023-09-211-84/+95
| |
* | Add to_affine mapping option to ZVP.J08nY2023-09-211-3/+34
|/
* 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
|\ | | | | 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-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-201-1/+10
| |
* | Add more curve model transformaations.J08nY2023-08-311-1/+0
| | | | | | | | Thanks @vojtechsu.
* | 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
| |
* | Fix some deepsource issues.J08nY2023-08-315-9/+6
| |
* | Fix mypy Poly checks.J08nY2023-08-311-17/+16
| |
* | Fix docs.J08nY2023-08-291-0/+3
| |