| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: replace list comprehension with set comprehension | deepsource-autofix[bot] | 2024-04-16 | 1 | -4/+4 |
| | | | | | Although there is nothing syntactically wrong with this code, it is hard to read and can be simplified to a set comprehension. Using set comprehension is more performant since there is no need to create a transient list. | ||||
| * | Fix DeepSourcce issues. | J08nY | 2024-04-16 | 11 | -34/+48 |
| | | |||||
| * | Fix scalarmult hash impls to allow for proper inclusion in sets. | J08nY | 2024-04-04 | 7 | -14/+14 |
| | | |||||
| * | Fix typing. | J08nY | 2024-04-02 | 1 | -1/+2 |
| | | |||||
| * | Unify formula __str__. | J08nY | 2024-01-31 | 2 | -4/+1 |
| | | |||||
| * | Add comparison for formulas. | J08nY | 2024-01-31 | 1 | -0/+9 |
| | | |||||
| * | Fix formula import cycle. | J08nY | 2024-01-31 | 1 | -1/+0 |
| | | |||||
| * | Fix imports. | J08nY | 2024-01-31 | 4 | -3/+9 |
| | | |||||
| * | Rename formula expand. | J08nY | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | Move formula expand to work with sets. | J08nY | 2024-01-31 | 5 | -25/+94 |
| | | |||||
| * | Name expanded formulas based on transformations. | J08nY | 2024-01-31 | 5 | -13/+15 |
| | | |||||
| * | Fix CodeFormula hash. | J08nY | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | Fix switch_sign on xz. | J08nY | 2024-01-27 | 1 | -0/+3 |
| | | |||||
| * | Add EFD -> Code transformation. | J08nY | 2024-01-27 | 4 | -13/+42 |
| | | |||||
| * | 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 | 13 | -141/+196 |
| | | |||||
| * | Cache sympy simplify results in formula eval. | J08nY | 2024-01-23 | 1 | -4/+4 |
| | | | | | Speeds up formula eval significantly. | ||||
| * | Add more utilities for working with maps and trees. | J08nY | 2024-01-19 | 4 | -3/+19 |
| | | |||||
| * | 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 |
| | | |||||
| * | Abstract out distinguishing tree computation. | J08nY | 2024-01-08 | 1 | -3/+0 |
| | | |||||
| * | Add fake addition formulas. | J08nY | 2023-12-22 | 3 | -42/+110 |
| | | |||||
| * | Restrict all_configurations per library analysis. | J08nY | 2023-12-16 | 1 | -6/+8 |
| | | |||||
| * | Remove str.removesuffix | vojtechsu | 2023-12-12 | 1 | -4/+6 |
| | | |||||
| * | Missing type hints | vojtechsu | 2023-12-11 | 1 | -3/+2 |
| | | |||||
| * | Fix sign treatment in switch sign | vojtechsu | 2023-12-11 | 2 | -15/+29 |
| | | |||||
| * | 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 | 13 | -843/+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 |
| | | |||||
| * | Add exception for modified coordinates | vojtechsu | 2023-12-05 | 1 | -5/+10 |
| | | |||||
| * | Add rename to efdgraph | vojtechsu | 2023-12-05 | 1 | -2/+9 |
| | | |||||
| * | Change fliparoo generation to return chains | vojtechsu | 2023-12-05 | 1 | -11/+12 |
| | | |||||
| * | Add playground notebook | vojtechsu | 2023-12-05 | 1 | -0/+177 |
| | | |||||
| * | Add basic tests | vojtechsu | 2023-12-05 | 1 | -0/+291 |
| | | |||||
| * | Add switch-sign | vojtechsu | 2023-12-05 | 1 | -0/+128 |
| | | |||||
| * | Add fliparoos | vojtechsu | 2023-12-05 | 4 | -0/+704 |
| | | |||||
| * | Add Window multiplier with Booth recoding. | J08nY | 2023-12-01 | 2 | -24/+209 |
| | | |||||
| * | Document multiple context attrs. | J08nY | 2023-11-29 | 1 | -1/+1 |
| | | |||||
| * | Add to_model randomized mapping. | J08nY | 2023-11-16 | 1 | -8/+30 |
| | | |||||
| * | Fix assumption eval. | J08nY | 2023-11-07 | 2 | -2/+2 |
| | | | | | Fixes #53. | ||||
| * | Enhance RPA, add logging. | J08nY | 2023-10-16 | 1 | -1/+1 |
| | | |||||
| * | Fix comb mult reprs. | J08nY | 2023-10-16 | 1 | -0/+6 |
| | | |||||
| * | Make multiplier reprs more concise. | J08nY | 2023-10-16 | 8 | -11/+17 |
| | | |||||
