Forráskód Böngészése

todo.md: mark fft todo item as complete

narodnik 4 éve
szülő
commit
546cd0dfab
1 módosított fájl, 2 hozzáadás és 2 törlés
  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