aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/scalar.py
Commit message (Collapse)AuthorAgeFilesLines
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-111-0/+7
|
* Blacken.J08nY2025-03-131-0/+1
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-1/+1
|
* Add Window multiplier with Booth recoding.J08nY2023-12-011-2/+61
|
* Add references to docs.J08nY2023-08-281-3/+5
|
* Fix RPA distinguish test.J08nY2023-08-271-6/+17
|
* More scalarmult options.J08nY2023-08-271-2/+59
|
* Add FixedWindowLTRMultiplier.J08nY2023-08-241-0/+63