make gadgets public, expose coords, cleanup (#39)

* make gadgets public, expose coords, cleanup

* fix clippy
This commit is contained in:
Srinath Setty
2022-04-25 16:11:56 -07:00
committed by GitHub
parent fd0b0b787b
commit 751b3434ec
6 changed files with 56 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ mod commitments;
pub mod bellperson;
mod circuit;
pub mod errors;
mod gadgets;
pub mod gadgets;
pub mod pasta;
mod poseidon;
pub mod r1cs;