ed448 icon indicating copy to clipboard operation
ed448 copied to clipboard

Implement constant time operations

Open claucece opened this issue 8 years ago • 3 comments

  • [x] CondSwap
  • [x] Lookup
  • [ ] Insert
  • [x] Mask
  • [x] Select

claucece avatar Sep 06 '17 19:09 claucece

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.

olabini avatar Oct 16 '18 13:10 olabini

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

claucece avatar Jan 09 '20 06:01 claucece

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

  • [ ] CondSwap
  • [ ] Lookup
  • [ ] Insert
  • [ ] Mask
  • [x] Select

claucece avatar Jan 10 '20 07:01 claucece