Skip to content

Commit a467a52

Browse files
constraints
1 parent 24fd572 commit a467a52

File tree

4 files changed

+2119
-0
lines changed

4 files changed

+2119
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ use ark_std::{
3131
pub mod data_structures;
3232
pub use data_structures::*;
3333

34+
/// Constraints for recursion.
35+
mod pc_constraints;
36+
pub use pc_constraints::*;
37+
3438
/// Errors pertaining to query sets.
3539
pub mod error;
3640
pub use error::*;

0 commit comments

Comments
 (0)