aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult/comb.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused importsdeepsource-autofix[bot]2025-10-031-2/+0
| | | | An object has been imported but is not used anywhere in the file. It should either be used or the import should be removed.
* Full equivalence.J08nY2025-10-021-1/+1
|
* Add always to Binary NAF.J08nY2025-03-261-0/+4
|
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-3/+16
|
* Blacken.J08nY2025-03-131-1/+3
|
* 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-5/+7
|
* More ladder multipliers.J08nY2024-08-281-2/+2
|
* Make imports absolute (to allow doctests).J08nY2024-06-011-9/+30
|
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-041-2/+2
|
* Add more utilities for working with maps and trees.J08nY2024-01-191-0/+16
|
* Fix comb mult reprs.J08nY2023-10-161-0/+6
|
* Fix variable name issue in Comb.J08nY2023-10-041-2/+2
|
* Add Comb multipliers.J08nY2023-10-041-0/+182
|
* Add fullprecomp multiplier.J08nY2023-10-041-1/+1
|
* More docs for scalarmults.J08nY2023-10-041-0/+1