| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix switch_sign on xz. | J08nY | 2024-01-27 | 1 | -0/+3 | |
| | | ||||||
| * | Add EFD -> Code transformation. | J08nY | 2024-01-27 | 4 | -13/+42 | |
| | | ||||||
| * | Add tests for DPA and CPA. | J08nY | 2024-01-26 | 2 | -51/+102 | |
| | | ||||||
| * | Add tests for leakagetarget. | J08nY | 2024-01-26 | 2 | -22/+44 | |
| | | ||||||
| * | Move CodeFormulas. | J08nY | 2024-01-26 | 3 | -65/+76 | |
| | | ||||||
| * | Fix OpResult repr. | J08nY | 2024-01-25 | 1 | -2/+6 | |
| | | ||||||
| * | Fix issues with pickling and equality checks of EC objects. | J08nY | 2024-01-25 | 14 | -142/+197 | |
| | | ||||||
| * | Return a point deterministically for zer ZVP polynomial. | J08nY | 2024-01-24 | 1 | -20/+38 | |
| | | ||||||
| * | Ditch unused method. | J08nY | 2024-01-23 | 1 | -61/+0 | |
| | | ||||||
| * | Fix PARI DCP solution. | J08nY | 2024-01-23 | 2 | -25/+42 | |
| | | ||||||
| * | Add heuristic for PARI stack size allocation. | J08nY | 2024-01-23 | 1 | -10/+14 | |
| | | ||||||
| * | Merge pull request #62 from J08nY/cyparidcp | Ján Jančár | 2024-01-23 | 2 | -43/+105 | |
| |\ | | | | | Cyparidcp | |||||
| | * | Fix easy case of pari DCP.. | J08nY | 2024-01-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add pari to CI. | J08nY | 2024-01-23 | 1 | -9/+11 | |
| | | | ||||||
| | * | Fix types. | J08nY | 2024-01-23 | 1 | -5/+10 | |
| | | | ||||||
| | * | Add cypari2 solver for dcp | vojtechsu | 2024-01-22 | 1 | -10/+59 | |
| | | | ||||||
| | * | Separate dcp into separate functions | vojtechsu | 2024-01-22 | 1 | -40/+46 | |
| | | | ||||||
| * | | Cache sympy simplify results in formula eval. | J08nY | 2024-01-23 | 2 | -5/+11 | |
| |/ | | | | Speeds up formula eval significantly. | |||||
| * | Add domain param to map. Fix callable columns. | J08nY | 2024-01-22 | 1 | -8/+11 | |
| | | ||||||
| * | Fix and speedup tree construction. | J08nY | 2024-01-21 | 2 | -33/+47 | |
| | | ||||||
| * | Make map take codomain. | J08nY | 2024-01-21 | 1 | -10/+24 | |
| | | ||||||
| * | Add more utilities for working with maps and trees. | J08nY | 2024-01-19 | 7 | -102/+224 | |
| | | ||||||
| * | Make tree building more general. | J08nY | 2024-01-18 | 2 | -36/+69 | |
| | | ||||||
| * | Add utility ZVP functions. | J08nY | 2024-01-12 | 2 | -20/+198 | |
| | | ||||||
| * | Fix ElliptiCurve hashhhability. | J08nY | 2024-01-11 | 1 | -1/+1 | |
| | | ||||||
| * | Compute mult-by-n map using PARI impl if available. | J08nY | 2024-01-11 | 1 | -41/+55 | |
| | | ||||||
| * | Add PARI based divpoly computation. | J08nY | 2024-01-10 | 1 | -12/+51 | |
| | | ||||||
| * | Bump notebook repo. | J08nY | 2024-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Abstract out distinguishing tree computation. | J08nY | 2024-01-08 | 3 | -53/+68 | |
| | | ||||||
| * | Add fake addition formulas. | J08nY | 2023-12-22 | 4 | -43/+111 | |
| | | ||||||
| * | Merge pull request #61 from Tomko10/feat/stacked-perf-test | Ján Jančár | 2023-12-19 | 2 | -81/+100 | |
| |\ | | | | | Stacked combine perf script update | |||||
| | * | Moved Pearson correlation coefficient to combine.py | Tomáš Jusko | 2023-12-18 | 1 | -80/+0 | |
| | | | ||||||
| | * | Split tests and added test for chunked combine | Tomáš Jusko | 2023-12-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | feat: Added pearson correlation coefficient to stacked combine | Tomáš Jusko | 2023-12-09 | 1 | -0/+99 | |
| | | | ||||||
| * | | Fix typing. | J08nY | 2023-12-16 | 1 | -1/+2 | |
| | | | ||||||
| * | | Restrict all_configurations per library analysis. | J08nY | 2023-12-16 | 1 | -6/+8 | |
| | | | ||||||
| * | | Merge branch 'J08nY:master' into CPA_correlations_tracking | Andrej Bátora | 2023-12-14 | 16 | -242/+1852 | |
| |\ \ | ||||||
| | * | | Remove str.removesuffix | vojtechsu | 2023-12-12 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | Merge pull request #58 from J08nY/feat/fliparoos | Ján Jančár | 2023-12-12 | 2 | -16/+29 | |
| | |\ \ | | | | | | | | | Feat/fliparoos | |||||
| | | * | | Missing type hints | vojtechsu | 2023-12-11 | 1 | -3/+2 | |
| | | | | | ||||||
| | | * | | Fix sign treatment in switch sign | vojtechsu | 2023-12-11 | 2 | -15/+29 | |
| | | | | | ||||||
| | * | | | Merge branch 'J08nY:master' into fix/naming | Andrej Bátora | 2023-12-07 | 15 | -239/+1834 | |
| | |\| | | ||||||
| | | * | | Remove randint in Fliparoo name. | J08nY | 2023-12-05 | 2 | -3/+8 | |
| | | | | | ||||||
| | | * | | Add test for formula expansion. | J08nY | 2023-12-05 | 1 | -31/+24 | |
| | | | | | ||||||
| | | * | | Fix typing. | J08nY | 2023-12-05 | 7 | -345/+33 | |
| | | | | | ||||||
| | | * | | Integrate formula expansion. | J08nY | 2023-12-05 | 14 | -919/+462 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing. | |||||
| | | * | | Add partitions, refactoring | vojtechsu | 2023-12-05 | 6 | -269/+974 | |
| | | | | | ||||||
| | | * | | Fix efd load | vojtechsu | 2023-12-05 | 2 | -14/+188 | |
| | | | | | ||||||
| | | * | | Add ivs norm | vojtechsu | 2023-12-05 | 1 | -0/+10 | |
| | | | | | ||||||
| | | * | | Update tests | vojtechsu | 2023-12-05 | 2 | -57/+33 | |
| | | | | | ||||||
