Skip to content

Commit

Permalink
chore: document added method
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Mar 13, 2024
1 parent 4333210 commit 202a0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/supernova/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ where
)
}

/// Returns the number of constraints and variables of the secondary circuit
pub fn num_constraints_and_variables_secondary(&self) -> (usize, usize) {
(
self.circuit_shape_secondary.r1cs_shape.num_cons,
Expand Down

0 comments on commit 202a0cd

Please sign in to comment.