aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula/partitions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make imports absolute (to allow doctests).J08nY2024-06-011-4/+11
|
* Improve doc coverage and cleanup public functions.J08nY2024-05-301-0/+5
|
* Fix DeepSourcce issues.J08nY2024-04-161-0/+3
|
* Name expanded formulas based on transformations.J08nY2024-01-311-6/+6
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-29/+26
|
* Fix typing.J08nY2023-12-051-4/+5
|
* Integrate formula expansion.J08nY2023-12-051-0/+377
- Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.