| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use faster symbol.name instead of str(symbol). | J08nY | 2024-07-16 | 1 | -3/+3 |
| | | |||||
| * | Fix pow in Mod. | J08nY | 2024-07-16 | 1 | -1/+1 |
| | | |||||
| * | Move to function based Mod dispatch. | J08nY | 2024-07-15 | 1 | -4/+4 |
| | | |||||
| * | xreplace in generic sympy substitution. | J08nY | 2024-07-12 | 1 | -2/+2 |
| | | |||||
| * | Add assumptions cache. | J08nY | 2024-07-12 | 1 | -55/+75 |
| | | |||||
| * | Handle simple parameter assumption faster. | J08nY | 2024-07-12 | 1 | -7/+18 |
| | | |||||
| * | Save free_symbols call. | J08nY | 2024-07-12 | 1 | -2/+5 |
| | | |||||
| * | Less subs in assumption validation. | J08nY | 2024-07-12 | 1 | -5/+6 |
| | | |||||
| * | Fix DeepSource issues. | J08nY | 2024-07-11 | 1 | -3/+3 |
| | | |||||
| * | Fix issues from new sympy flint use. | J08nY | 2024-07-11 | 1 | -24/+8 |
| | | |||||
| * | Make imports absolute (to allow doctests). | J08nY | 2024-06-01 | 1 | -8/+8 |
| | | |||||
| * | Fix DeepSourcce issues. | J08nY | 2024-04-16 | 1 | -1/+1 |
| | | |||||
| * | Unify formula __str__. | J08nY | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | Add comparison for formulas. | J08nY | 2024-01-31 | 1 | -0/+9 |
| | | |||||
| * | Add EFD -> Code transformation. | J08nY | 2024-01-27 | 1 | -10/+0 |
| | | |||||
| * | Fix OpResult repr. | J08nY | 2024-01-25 | 1 | -2/+6 |
| | | |||||
| * | Fix issues with pickling and equality checks of EC objects. | J08nY | 2024-01-25 | 1 | -1/+1 |
| | | |||||
| * | Cache sympy simplify results in formula eval. | J08nY | 2024-01-23 | 1 | -4/+4 |
| | | | | | Speeds up formula eval significantly. | ||||
| * | Add fake addition formulas. | J08nY | 2023-12-22 | 1 | -15/+23 |
| | | |||||
| * | Integrate formula expansion. | J08nY | 2023-12-05 | 1 | -0/+422 |
| - Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing. | |||||
