Parcourir la source

todo.md: mark fft todo item as complete

narodnik il y a 4 ans
Parent
commit
546cd0dfab
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      todo.md

+ 2 - 2
todo.md

@@ -53,11 +53,11 @@ Open research questions.
 ## light-clients
 
 - [ ] Fast efficient batch DH technique. Currently all new transactions need to be scanned. There should be a means of efficiently batching this test for light clients initially syncing against a server.
-- [ ] Anonymouse fetch using an Oblivious-Transfer protocol. Light clients potentially leak info to servers based on the data they request, but with an OT protocol they do not reveal exactly what they are requesting.
+- [ ] Anonymous fetch using an Oblivious-Transfer protocol. Light clients potentially leak info to servers based on the data they request, but with an OT protocol they do not reveal exactly what they are requesting.
 
 ## cryptography
 
-- [ ] FFT for polynomial multiplication
+- [x] FFT for polynomial multiplication
 - [ ] finish bulletproofs impl
 
 ## blockchain