otrv4 / ed448

A golang implementation of Ed448-Goldilocks. This is a mirror of https://bugs.otr.im/otrv4/ed448
GNU General Public License v3.0
40 stars 7 forks source link

Working multiplication #1

Closed juniorz closed 4 years ago

juniorz commented 8 years ago

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.

tcz001 commented 7 years ago

ping, should we merge this? does the issue still exist?