aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult/window.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix use_init and use_multiply in errors_out.J08nY2025-08-211-4/+4
|
* Add always to Binary NAF.J08nY2025-03-261-0/+4
|
* Blacken.J08nY2025-03-131-6/+10
|
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-131-7/+7
|
* Handle precomp points in multiple context.J08nY2025-03-121-7/+13
|
* More ladder multipliers.J08nY2024-08-281-3/+3
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-8/+36
|
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-041-3/+3
|
* Add Window multiplier with Booth recoding.J08nY2023-12-011-22/+148
|
* Make multiplier reprs more concise.J08nY2023-10-161-2/+2
|
* Add Comb multipliers.J08nY2023-10-041-3/+13
|
* More docs for scalarmults.J08nY2023-10-041-1/+16
|
* Fix RPA distinguish test.J08nY2023-08-271-1/+1
|
* Add sliding window multiplier.J08nY2023-08-271-13/+71
|
* Move scalar multipliers into a subpackage.J08nY2023-08-271-0/+99