Nova's Offchain Decider
Closed this issue · 1 comments
arnaucube commented
For cases where verification in the Ethereum's EVM is not needed, we can have a much more efficient Decider without the EVM restrictions.
This task consists of 3 subtasks:
- design the offchain decider logic. Done at: https://privacy-scaling-explorations.github.io/sonobe-docs/design/nova-decider-offchain.html
- implement the circuits: #160
- implement the decider prover & verifier: #164