aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult/naf.py
Commit message (Expand)AuthorAgeFilesLines
* Fix use_init and use_multiply in errors_out.J08nY2025-08-211-1/+4
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-111-4/+57
* Fix bnaf always.J08nY2025-03-281-4/+6
* Add always to Binary NAF.J08nY2025-03-261-5/+22
* Blacken.J08nY2025-03-131-1/+3
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-131-4/+4
* 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-30/+72
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-041-2/+2
* Enhance RPA, add logging.J08nY2023-10-161-1/+1
* Make multiplier reprs more concise.J08nY2023-10-161-2/+2
* More docs for scalarmults.J08nY2023-10-041-3/+28
* Add sliding window multiplier.J08nY2023-08-271-24/+7
* Move scalar multipliers into a subpackage.J08nY2023-08-271-0/+180