Release Candidate (#82)

* update version and README

* move tests to bellperson adapter and remove tests folder; make bellperson adapter private
This commit is contained in:
Srinath Setty
2022-07-01 16:03:19 -07:00
committed by GitHub
parent 0ff2e57bfa
commit c29030b2d7
8 changed files with 435 additions and 442 deletions

View File

@@ -4,6 +4,7 @@
#![deny(missing_docs)]
// private modules
mod bellperson;
mod circuit;
mod commitments;
mod constants;
@@ -12,7 +13,6 @@ mod poseidon;
mod r1cs;
// public modules
pub mod bellperson;
pub mod errors;
pub mod gadgets;
pub mod pasta;