Nova+CycleFold Decider circuit (for onchain use case) (#49)

* Add Pedersen commitments gadget

* Add Nova+CycleFold Decider circuit (for onchain approach)

"onchain"==Ethereum's EVM

* merge src/decider into src/folding/nova/decider

* PR review updates
This commit is contained in:
arnaucube
2024-01-10 11:36:22 +01:00
committed by GitHub
parent 05f49918ac
commit 498198057b
10 changed files with 878 additions and 421 deletions

View File

@@ -14,6 +14,7 @@ use crate::Error;
pub mod circuits;
pub mod cyclefold;
pub mod decider;
pub mod ivc;
pub mod nifs;
pub mod traits;