mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 06:38:12 -05:00
todo.md: add bitreich halo2 tool item
This commit is contained in:
14
todo.md
14
todo.md
@@ -46,21 +46,21 @@
|
||||
- [x] darkfid: state transition function
|
||||
- [x] darkfid: send tx data to rocksdb
|
||||
|
||||
# Research
|
||||
# research
|
||||
|
||||
Open research questions.
|
||||
|
||||
## Light-Clients
|
||||
## 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.
|
||||
|
||||
## Cryptography
|
||||
## cryptography
|
||||
|
||||
- [ ] FFT for polynomial multiplication
|
||||
- [ ] finish bulletproofs impl
|
||||
|
||||
## Blockchain
|
||||
## blockchain
|
||||
|
||||
- [ ] basic sequencer architecture design
|
||||
- [ ] basic DHT design
|
||||
@@ -69,7 +69,7 @@ Open research questions.
|
||||
- [ ] research polygon design
|
||||
- [ ] code up a simple demo
|
||||
|
||||
## Product
|
||||
## product
|
||||
|
||||
- [ ] first MPC services
|
||||
- [ ] DAO
|
||||
@@ -79,6 +79,10 @@ Open research questions.
|
||||
- [ ] token issuance
|
||||
- [ ] NFTs
|
||||
|
||||
## dev
|
||||
|
||||
- [ ] make bitreich halo2 impl
|
||||
|
||||
# halo2
|
||||
|
||||
- [x] mint circuit poc
|
||||
|
||||
Reference in New Issue
Block a user