| 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 | 17 | -49/+63 |
| | | |||||
| * | Add random walk metrics to tree description. | J08nY | 2024-04-14 | 1 | -17/+65 |
| | | |||||
| * | Add more metrics to Tree description. | J08nY | 2024-04-13 | 1 | -3/+6 |
| | | |||||
| * | Add early deduplication to Map.from_sets. | J08nY | 2024-04-13 | 1 | -6/+36 |
| | | |||||
| * | Fix tree building with deduplicated dmaps. | J08nY | 2024-04-12 | 1 | -1/+1 |
| | | |||||
| * | Fix None codomain addition in dmap. | J08nY | 2024-04-11 | 1 | -1/+1 |
| | | |||||
| * | Fix pandas warning. | J08nY | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix types. | J08nY | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix dmap indexing with callable cfg. | J08nY | 2024-04-09 | 1 | -1/+1 |
| | | |||||
| * | Fix dmap printing. | J08nY | 2024-04-08 | 1 | -5/+5 |
| | | |||||
| * | Improve tree building with more quantities. | J08nY | 2024-04-08 | 2 | -3/+20 |
| | | |||||
| * | Abstract out tree building in RPA and extract common RE class. | J08nY | 2024-04-08 | 3 | -79/+147 |
| | | |||||
| * | Fix scalarmult hash impls to allow for proper inclusion in sets. | J08nY | 2024-04-04 | 7 | -14/+14 |
| | | |||||
| * | Reset tasks in TaskExecutor. | J08nY | 2024-04-03 | 1 | -0/+2 |
| | | |||||
| * | Short circuit in ZVP eliminate_y if already eliminated. | J08nY | 2024-04-03 | 1 | -0/+3 |
| | | |||||
| * | Fix TaskExecutor. | J08nY | 2024-04-03 | 1 | -1/+8 |
| | | |||||
| * | Add utility task executor to make notebooks more readable. | J08nY | 2024-04-03 | 1 | -1/+24 |
| | | |||||
| * | Fix typing. | J08nY | 2024-04-02 | 2 | -2/+3 |
| | | |||||
| * | Fix ZVP. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix compute_fsets. | J08nY | 2024-02-01 | 1 | -1/+1 |
| | | |||||
| * | Get rid of bunch of warnings. | J08nY | 2024-02-01 | 1 | -15/+32 |
| | | |||||
| * | 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 | 6 | -97/+96 |
| | | |||||
| * | Name expanded formulas based on transformations. | J08nY | 2024-01-31 | 5 | -13/+15 |
| | | |||||
| * | Add Dmap description method. | J08nY | 2024-01-31 | 1 | -2/+13 |
| | | |||||
| * | Silence pari memory warnings. | J08nY | 2024-01-31 | 1 | -0/+1 |
| | | |||||
| * | Fix dmap cfgs. | J08nY | 2024-01-29 | 1 | -1/+3 |
| | | |||||
| * | Fix docs. | J08nY | 2024-01-29 | 1 | -12/+19 |
| | | |||||
| * | More docs for trees. | J08nY | 2024-01-29 | 1 | -2/+15 |
| | | |||||
| * | Add dmap deduplication. | J08nY | 2024-01-29 | 1 | -6/+15 |
| | | |||||
| * | Add dmap merging. | J08nY | 2024-01-28 | 1 | -1/+23 |
| | | |||||
| * | Optimize tree expansion. | J08nY | 2024-01-28 | 1 | -21/+36 |
| | | |||||
| * | Allow merging of config sets in dmap. | J08nY | 2024-01-28 | 2 | -15/+94 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
