| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Speedup rolling_mean computation. | J08nY | 2023-10-13 | 2 | -16/+3 | |
| * | | | Add default group in HDF5. | J08nY | 2023-10-11 | 1 | -0/+4 | |
| * | | | Fix HDF5 tracesets to allow more than 8k traces. | J08nY | 2023-10-11 | 3 | -41/+36 | |
| * | | | Merge pull request #44 from andrr3j/CPA_pyecsca | Ján Jančár | 2023-10-10 | 2 | -4/+82 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'J08nY:master' into CPA_pyecsca | Andrej Bátora | 2023-10-10 | 7 | -4/+23 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Cache sympify results to speedup formula exec. | J08nY | 2023-10-06 | 4 | -3/+18 | |
| * | | | | Do not print full perf logs in pyinstrument. | J08nY | 2023-10-06 | 2 | -1/+2 | |
| * | | | | Add numpy typing plugin to mypy. | J08nY | 2023-10-06 | 1 | -0/+3 | |
| | * | | | fix_2 codestyle CPA | Andrej Bátora | 2023-10-06 | 1 | -1/+0 | |
| | * | | | fixed codestyle CPA | Andrej Bátora | 2023-10-06 | 1 | -6/+7 | |
| | * | | | Merge branch 'master' into CPA_pyecsca | Ján Jančár | 2023-10-05 | 2 | -19/+39 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Fixup type annotations in emulator, make mypy happy. | J08nY | 2023-10-05 | 2 | -20/+40 | |
| | * | | | typing fixes | Andrej Bátora | 2023-10-05 | 2 | -7/+8 | |
| | * | | | fixed CPA | Andrej Bátora | 2023-10-05 | 1 | -2/+2 | |
| | * | | | Merge branch 'J08nY:master' into CPA_pyecsca | Andrej Bátora | 2023-10-05 | 14 | -77/+514 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Fix variable name issue in Comb. | J08nY | 2023-10-04 | 1 | -2/+2 | |
| * | | | | Add Comb multipliers. | J08nY | 2023-10-04 | 5 | -10/+213 | |
| * | | | | Add fullprecomp multiplier. | J08nY | 2023-10-04 | 6 | -5/+131 | |
| * | | | | More docs for scalarmults. | J08nY | 2023-10-04 | 11 | -70/+178 | |
| | * | | | implemented CPA | Andrej Bátora | 2023-10-05 | 1 | -0/+77 | |
| |/ / / | ||||||
| * | | | Fix ZVP perf. | J08nY | 2023-10-02 | 1 | -2/+3 | |
| * | | | Fix authors. | J08nY | 2023-10-02 | 3 | -13/+17 | |
| * | | | Add other authors. | J08nY | 2023-10-02 | 1 | -1/+5 | |
| * | | | Merge pull request #40 from andrr3j/DPA_pyecsca | Ján Jančár | 2023-10-02 | 2 | -0/+211 | |
| |\ \ \ | ||||||
| | * | | | added DOMs to DPA + fixes | Andrej Bátora | 2023-10-02 | 2 | -15/+26 | |
| | * | | | implemented emulator target and DPA | Andrej Bátora | 2023-09-27 | 2 | -0/+200 | |
| * | | | | Allow to compute non-affine factor set. | J08nY | 2023-10-02 | 2 | -8/+15 | |
| * | | | | Split to_affine map to factor_set computation, fix mypy. | J08nY | 2023-10-02 | 3 | -87/+170 | |
| * | | | | Merge pull request #43 from vojtechsu/master | Ján Jančár | 2023-10-02 | 3 | -4/+70 | |
| |\ \ \ \ | ||||||
| | * | | | | Add filtering of non-homogeneous polynomials | vojtechsu | 2023-10-02 | 3 | -4/+70 | |
| * | | | | | Bump EFD. | J08nY | 2023-10-02 | 1 | -0/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #42 from Tomko10/feat/pearson-corr-coef | Ján Jančár | 2023-09-30 | 3 | -26/+208 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | fix: PR requested changes | Tomáš Jusko | 2023-09-30 | 3 | -13/+7 | |
| | * | | | fix: Typing | Tomáš Jusko | 2023-09-30 | 1 | -4/+4 | |
| | * | | | feat: Added GPU Pearson corr coefficient tests | Tomáš Jusko | 2023-09-30 | 1 | -0/+74 | |
| | * | | | fix: Lines too long | Tomáš Jusko | 2023-09-30 | 1 | -2/+3 | |
| | * | | | fix: Typing and wrong arguments | Tomáš Jusko | 2023-09-30 | 1 | -10/+10 | |
| | * | | | fix: Fixed GPU Pearson corr coefficient | Tomáš Jusko | 2023-09-30 | 1 | -6/+9 | |
| | * | | | Changed const memory to pageable memory | Tomáš Jusko | 2023-09-30 | 1 | -17/+16 | |
| | * | | | 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 | |
| | | |/ | |/| | ||||||
| * | | | Fix ZVP perf. | J08nY | 2023-09-30 | 1 | -1/+1 | |
| * | | | Unify unroll and unroll with names. | J08nY | 2023-09-30 | 2 | -43/+38 | |
| * | | | Merge pull request #41 from vojtechsu/master | Ján Jančár | 2023-09-30 | 2 | -22/+54 | |
| |\ \ \ | ||||||
| | * | | | Add filtering of RPA polynomials | vojtechsu | 2023-09-29 | 2 | -22/+54 | |
| * | | | | Fix typing. | J08nY | 2023-09-30 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | / | Fix caching in CI. | J08nY | 2023-09-28 | 3 | -4/+4 | |
| | |/ |/| | ||||||
| * | | Add special cases to ZVP point construction. | J08nY | 2023-09-26 | 3 | -28/+68 | |
