Add Todos in README.md

This commit is contained in:
Daniel Tehrani
2022-12-22 16:53:15 +01:00
parent 90f858d5b0
commit d97f719fe6

View File

@@ -2,6 +2,18 @@
An attempt to run [Spartan](https://github.com/microsoft/Spartan) prover in browser.
**Todos**
- [x] Circom compiler that can compile to the scalar field of curve25519.
- [x] A compiler to generate a Spartan circuit from Circom R1CS. The compiler uses [Nova Scotia](https://github.com/nalinbhardwaj/Nova-Scotia) at its core.
- [x] Spartan prover in wasm.
- [x] Right-field ECDSA verification + membership proving circuit written in Circom.
- [ ] Circom compiler that can compile to the scalar field of secp256k1.
- [ ] Spartan implementation over secq256k1.
## Compile prover to wasm
```