Skip to content

Commit

Permalink
readme: sketch sections: offchain & onchain decider, add todo for ref…
Browse files Browse the repository at this point in the history
…erences
  • Loading branch information
arnaucube committed Jan 31, 2024
1 parent 4367274 commit 7712892
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ Now we plug it into the library:
//
```

### Generating the final proof (decider), and verifying it in Ethereum
### Final proof (decider proof)
Two options:
- offchain mode
- onchain (Ethereum's EVM) mode

#### Offchain Decider

#### Onchain Decider
Generating the final proof (decider), and verifying it in Ethereum's EVM

### Swapping curves and proving schemes
Additionally, let's suppose that for the final proof (decider), instead of using Groth16 over the BN254 curve, we want to use Marlin+IPA over the Pasta curves, so we can enjoy of not needing a trusted setup.
Expand All @@ -62,3 +70,9 @@ In each of the implementations of the folding dir, there are mainly 3 blocks plu

## License
https://github.com/privacy-scaling-explorations/folding-schemes/blob/main/LICENSE

[TODO: add references to
- Espresso code
- arkworks
- KZG & Groth16 original adapted code
]

0 comments on commit 7712892

Please sign in to comment.