Skip to content

Commit

Permalink
Merge pull request #1 from kobigurk/feat/customizable-r1cs-to-qap
Browse files Browse the repository at this point in the history
fix: make r1cs_to_qap public
  • Loading branch information
gakonst committed Jul 20, 2021
2 parents 9518e51 + cb346f0 commit 9f05c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern crate ark_std;
extern crate derivative;

/// Reduce an R1CS instance to a *Quadratic Arithmetic Program* instance.
pub(crate) mod r1cs_to_qap;
pub mod r1cs_to_qap;

/// Data structures used by the prover, verifier, and generator.
pub mod data_structures;
Expand Down

0 comments on commit 9f05c63

Please sign in to comment.