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

Implement constant time operations #4

Open claucece opened 7 years ago

claucece commented 7 years ago
olabini commented 6 years ago

Where do we need constant time insert? We don't seem to currently use any insert operations. All the other constant time operations are done, although they could probably be factored a bit better.

claucece commented 4 years ago

Constant time select needs to be changed as there is an issue with it.

claucece commented 4 years ago

Basically all the other functions also need to be changed to the new functionality: