aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult/binary.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken.J08nY2025-03-131-0/+1
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-131-2/+2
* More ladder multipliers.J08nY2024-08-281-2/+2
* Make imports absolute (to allow doctests).J08nY2024-06-011-47/+88
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-041-2/+2
* Make multiplier reprs more concise.J08nY2023-10-161-1/+1
* Add fullprecomp multiplier.J08nY2023-10-041-1/+1
* More docs for scalarmults.J08nY2023-10-041-4/+25
* Add sliding window multiplier.J08nY2023-08-271-12/+4
* Move scalar multipliers into a subpackage.J08nY2023-08-271-0/+207