aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-111-1/+1
|
* Fix tests.J08nY2025-03-261-1/+1
|
* Fix Comb miscall inn tests.J08nY2025-03-191-1/+1
|
* Fix configs test.J08nY2023-12-161-1/+1
|
* Add Window multiplier with Booth recoding.J08nY2023-12-011-1/+1
|
* Make stuff picklable.J08nY2023-10-141-0/+13
| | | | Fixes #45.
* Add Comb multipliers.J08nY2023-10-041-1/+1
|
* Add fullprecomp multiplier.J08nY2023-10-041-1/+1
|
* Bump EFD version and fix formula names.J08nY2023-09-201-2/+2
|
* Add sliding window multiplier.J08nY2023-08-271-1/+3
|
* More scalarmult options.J08nY2023-08-271-1/+1
|
* Further unify and specify scalarmults.J08nY2023-08-251-6/+7
|
* Move EC tests to pytest fully.J08nY2023-08-081-81/+37
|
* Initial move to pytest.J08nY2023-08-081-2/+3
|
* Properly raise warnings.J08nY2021-05-191-1/+0
|
* Use black.J08nY2021-04-101-16/+51
|
* Remove Trace title and data attributes, use meta attr.J08nY2020-03-071-2/+3
|
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-2/+2
|
* Add notebooks, fix Travis.J08nY2020-02-131-15/+26
|
* Add the concept of a configuration. Add enumeration of configurations.J08nY2020-02-121-0/+53