Skip to content

Commit

Permalink
chore: fix errors after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarth committed Jul 11, 2023
1 parent f3bcf68 commit af959fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spartan/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This module implements RelaxedR1CSSNARKTrait using Spartan that is generic
//! over the polynomial commitment and evaluation argument (i.e., a PCS)
mod math;
pub(crate) mod math;
pub(crate) mod polynomial;
pub mod ppsnark;
pub mod snark;
Expand Down

0 comments on commit af959fb

Please sign in to comment.