aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_mult.py
Commit message (Expand)AuthorAgeFilesLines
* Add complete and incomplete variants of NAF multipliers.J08nY2025-08-111-0/+2
* Add always to Binary NAF.J08nY2025-03-261-0/+1
* Add "always" Comb multiplier that adds random multiples to dummy.J08nY2025-03-191-1/+5
* Add "bits" param to scalarmults to have control over their range.J08nY2025-03-131-3/+3
* Fix multiple mult in rpa context.J08nY2025-03-121-2/+1
* Remove SwapLadderMultiplier.J08nY2024-08-281-53/+23
* Add XDH (X25519, X448).J08nY2024-08-271-27/+61
* Move to function based Mod dispatch.J08nY2024-07-151-8/+8
* Add Ladder sort-of regression test.J08nY2024-05-311-0/+36
* Add Window multiplier with Booth recoding.J08nY2023-12-011-107/+236
* Speedup tests by using faster formulas.J08nY2023-11-161-20/+20
* Add Comb multipliers.J08nY2023-10-041-1/+10
* Add fullprecomp multiplier.J08nY2023-10-041-2/+10
* Bump EFD version and fix formula names.J08nY2023-09-201-11/+11
* Add ZVP point computation.J08nY2023-08-291-1/+0
* Add sliding window multiplier.J08nY2023-08-271-4/+8
* More scalarmult options.J08nY2023-08-271-2/+4
* Fix issue #14.J08nY2023-08-251-3/+1
* Test all scalarmult combinations.J08nY2023-08-251-112/+41
* Remove unnecessary test names for pytest.J08nY2023-08-251-71/+60
* Further unify and specify scalarmults.J08nY2023-08-251-1/+49
* Add more thorought fixedwindow test.J08nY2023-08-241-2/+7
* Add FixedWindowLTRMultiplier.J08nY2023-08-241-1/+27
* Fix dangling import.J08nY2023-08-091-3/+0
* Move EC tests to pytest fully.J08nY2023-08-081-285/+282
* Use black.J08nY2021-04-101-107/+205
* Fix codestyle and typing issues in tests.J08nY2021-01-201-3/+3
* Cleanup curves script.J08nY2020-03-161-1/+1
* Add new complete formulas. Fix wNAF mult.J08nY2020-03-061-23/+36
* Add affine multiply and move neutral to curve class.J08nY2020-02-201-2/+2
* Fix LTR multiplier, add affine formula stuff.J08nY2020-02-191-16/+45
* Enforce coordinate model assumptions when loading curves.J08nY2020-02-191-6/+6
* Use std-curves database submodule instead of hard-coding standard curves.J08nY2020-02-101-8/+12
* Separate some scalar mults.J08nY2019-12-221-6/+7
* Add more parameters to ScalarMults.J08nY2019-12-221-2/+7
* Refactor ScalarMult.J08nY2019-12-221-79/+64
* Add curve parameters, improve coverage.J08nY2019-12-211-46/+94
* More utility to formulas.J08nY2019-11-291-1/+1
* Add AbelianGroup class.J08nY2019-04-211-4/+6
* Add prime parameter to EllipticCurve class.J08nY2019-03-211-22/+14
* Add conversion to and from affine points.J08nY2019-03-211-1/+0
* Fix ladder scalar multiplier.J08nY2019-03-211-0/+2
* Fix some scalar-mult algos, rename some outputs of formulas.J08nY2019-03-211-4/+23
* Add Corons SPA resistant scalar mult. Add some TODOs.J08nY2019-03-211-4/+21
* Fix ladder multipliers.J08nY2019-03-211-6/+19
* Finish and test NAF multipliers.J08nY2019-03-211-1/+31
* Add NAF scalar multiplication method sketches.J08nY2019-03-211-4/+15
* Add Montgomery scalar mult.J08nY2019-03-211-7/+30
* Fix basic scalar multipliers.J08nY2019-03-211-14/+30
* Fix basic scalar multiplier.J08nY2019-03-211-7/+10