aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/formula/switch_sign.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add parallel version of formula expansion.J08nY2024-08-261-3/+9
|
* Fix iterable import.J08nY2024-08-261-2/+1
|
* Make formula expand deterministic.J08nY2024-08-261-5/+7
|
* Move to function based Mod dispatch.J08nY2024-07-151-3/+3
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-9/+8
|
* Improve doc coverage and cleanup public functions.J08nY2024-05-301-0/+2
|
* Fix DeepSourcce issues.J08nY2024-04-161-3/+4
|
* Name expanded formulas based on transformations.J08nY2024-01-311-2/+2
|
* Fix switch_sign on xz.J08nY2024-01-271-0/+3
|
* Fix issues with pickling and equality checks of EC objects.J08nY2024-01-251-8/+8
|
* Remove str.removesuffixvojtechsu2023-12-121-4/+6
|
* Missing type hintsvojtechsu2023-12-111-3/+2
|
* Fix sign treatment in switch signvojtechsu2023-12-111-14/+26
|
* Fix typing.J08nY2023-12-051-1/+1
|
* Integrate formula expansion.J08nY2023-12-051-0/+118
- Moved into pyecsca.ec.formula subpackage. - Unified formula metrics. - Moved tests into tests with library_formula fixture. - Cleaned up typing.