Add asserts for constraint count (#83)

* Add asserts for constraint count

* switch to Standard strength
This commit is contained in:
Srinath Setty
2022-07-05 14:50:17 -07:00
committed by GitHub
parent c29030b2d7
commit 0863a732ff
5 changed files with 6 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
//! This library implements core components of Nova.
//! This library implements Nova, a high-speed recursive SNARK.
#![allow(non_snake_case)]
#![allow(clippy::type_complexity)]
#![deny(missing_docs)]