mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-19 20:31:35 +01:00
Add NIFSGadgetTrait, implement Mova's NIFSGadget, adapt Nova NIFSGadget into NIFSGadgetTrait (#173)
* add new NIFSGadgetTrait * implement Mova's NIFSGadget * refactor Nova NIFSGadget to fit into the new NIFSGadgetTrait * abstract NIFSGadget related tests for all implementors of NIFSGadgetTrait to avoid duplicated code in the tests between the different Nova variants gadget tests * frontends/noir update mimc usage since it has been migrated from noir's std into it's own repo
This commit is contained in:
@@ -3,8 +3,8 @@ use ark_r1cs_std::fields::fp::FpVar;
|
||||
use ark_relations::r1cs::SynthesisError;
|
||||
use ark_std::{rand::RngCore, UniformRand};
|
||||
|
||||
use super::circuits::CommittedInstanceVar;
|
||||
use super::decider_eth_circuit::WitnessVar;
|
||||
use super::nifs::nova_circuits::CommittedInstanceVar;
|
||||
use super::{CommittedInstance, Witness};
|
||||
use crate::arith::{
|
||||
r1cs::{circuits::R1CSMatricesVar, R1CS},
|
||||
|
||||
Reference in New Issue
Block a user