summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula
Commit message (Expand)AuthorAgeFilesLines
* refactor: replace list comprehension with set comprehensiondeepsource-autofix[bot]2024-04-161-4/+4
* Fix DeepSourcce issues.J08nY2024-04-165-18/+33
* Fix typing.J08nY2024-04-021-1/+2
* Unify formula __str__.J08nY2024-01-312-4/+1
* Add comparison for formulas.J08nY2024-01-311-0/+9
* Fix formula import cycle.J08nY2024-01-311-1/+0
* Fix imports.J08nY2024-01-312-2/+2
* Rename formula expand.J08nY2024-01-311-1/+1
* Move formula expand to work with sets.J08nY2024-01-315-25/+94
* Name expanded formulas based on transformations.J08nY2024-01-315-13/+15
* Fix CodeFormula hash.J08nY2024-01-271-1/+1
* Fix switch_sign on xz.J08nY2024-01-271-0/+3
* Add EFD -> Code transformation.J08nY2024-01-274-13/+42
* Move CodeFormulas.J08nY2024-01-263-65/+76
* Fix OpResult repr.J08nY2024-01-251-2/+6
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-257-113/+151
* Cache sympy simplify results in formula eval.J08nY2024-01-231-4/+4
* Abstract out distinguishing tree computation.J08nY2024-01-081-3/+0
* Add fake addition formulas.J08nY2023-12-223-42/+110
* Remove str.removesuffixvojtechsu2023-12-121-4/+6
* Missing type hintsvojtechsu2023-12-111-3/+2
* Fix sign treatment in switch signvojtechsu2023-12-112-15/+29
* Remove randint in Fliparoo name.J08nY2023-12-052-3/+8
* Add test for formula expansion.J08nY2023-12-051-31/+24
* Fix typing.J08nY2023-12-055-19/+33
* Integrate formula expansion.J08nY2023-12-059-0/+2015