summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula/graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix DeepSourcce issues.J08nY2024-04-161-7/+11
|
* Name expanded formulas based on transformations.J08nY2024-01-311-1/+3
|
* Move CodeFormulas.J08nY2024-01-261-64/+3
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-41/+68
|
* Fix sign treatment in switch signvojtechsu2023-12-111-1/+3
|
* Remove randint in Fliparoo name.J08nY2023-12-051-1/+6
|
* Fix typing.J08nY2023-12-051-3/+7
|
* Integrate formula expansion.J08nY2023-12-051-0/+425
- Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.