ed448
ed448 copied to clipboard
Implement constant time operations
- [x] CondSwap
- [x] Lookup
- [ ] Insert
- [x] Mask
- [x] Select
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.
Constant time select needs to be changed as there is an issue with it.
Basically all the other functions also need to be changed to the new functionality:
- [ ] CondSwap
- [ ] Lookup
- [ ] Insert
- [ ] Mask
- [x] Select