Skip to content

Commit

Permalink
refactor: change where nimfs verifier lives
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpierre committed Jan 5, 2024
1 parent 4e09c51 commit 0954ea3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/folding/circuits/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use ark_ec::CurveGroup;
use ark_ff::Field;

pub mod nimfs_verifier;
pub mod nonnative;
pub mod sum_check;

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/folding/hypernova/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// Implements the scheme described in [HyperNova](https://eprint.iacr.org/2023/573.pdf)
pub mod cccs;
pub mod circuit;
pub mod lcccs;
pub mod nimfs;
pub mod utils;

0 comments on commit 0954ea3

Please sign in to comment.