I suspect the test case TestVariableTimeCombsMultiplication, introduced by 1695f24a33fed9f5729e3e1024f4900c59b5395f, may not be correct.
I've implemented the linear_combo_var_fixed_vt and this test doest not pass, but the original TestWNAFSMultiplication do.
Note that I also implemented the missing functions on the points introduced by 1695f24a33fed9f5729e3e1024f4900c59b5395f, however they are not in-place. I hope this PR helps us to debug what is not working.
I suspect the test case
TestVariableTimeCombsMultiplication
, introduced by 1695f24a33fed9f5729e3e1024f4900c59b5395f, may not be correct.I've implemented the
linear_combo_var_fixed_vt
and this test doest not pass, but the originalTestWNAFSMultiplication
do.Note that I also implemented the missing functions on the points introduced by 1695f24a33fed9f5729e3e1024f4900c59b5395f, however they are not in-place. I hope this PR helps us to debug what is not working.