aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula/expand.py
Commit message (Collapse)AuthorAgeFilesLines
* Add parallel version of formula expansion.J08nY2024-08-261-8/+78
|
* Make formula expand deterministic.J08nY2024-08-261-22/+45
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-8/+12
|
* Improve doc coverage and cleanup public functions.J08nY2024-05-301-0/+11
|
* Fix imports.J08nY2024-01-311-1/+1
|
* Rename formula expand.J08nY2024-01-311-1/+1
|
* Move formula expand to work with sets.J08nY2024-01-311-18/+15
|
* Name expanded formulas based on transformations.J08nY2024-01-311-1/+1
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-7/+6
|
* Add test for formula expansion.J08nY2023-12-051-31/+24
|
* Fix typing.J08nY2023-12-051-2/+2
|
* Integrate formula expansion.J08nY2023-12-051-0/+58
- Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.