summaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/mult
Commit message (Expand)AuthorAgeFilesLines
* Fix scalarmult hash impls to allow for proper inclusion in sets.J08nY2024-04-047-14/+14
* Add more utilities for working with maps and trees.J08nY2024-01-191-0/+16
* Add Window multiplier with Booth recoding.J08nY2023-12-011-22/+148
* Enhance RPA, add logging.J08nY2023-10-161-1/+1
* Fix comb mult reprs.J08nY2023-10-161-0/+6
* Make multiplier reprs more concise.J08nY2023-10-166-10/+10
* Fix variable name issue in Comb.J08nY2023-10-041-2/+2
* Add Comb multipliers.J08nY2023-10-043-8/+202
* Add fullprecomp multiplier.J08nY2023-10-044-2/+120
* More docs for scalarmults.J08nY2023-10-047-14/+128
* Fix RPA distinguish test.J08nY2023-08-271-1/+1
* Add sliding window multiplier.J08nY2023-08-274-49/+103
* Move scalar multipliers into a subpackage.J08nY2023-08-276-0/+871