mirror of
https://github.com/arnaucube/Nova.git
synced 2026-02-01 08:46:39 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user