mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-10 14:38:04 -05:00
Add Todos in README.md
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user