From 202a0cd76215159fa498f96eec2419a4811f5c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Tue, 12 Mar 2024 20:00:18 -0400 Subject: [PATCH] chore: document added method --- src/supernova/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supernova/mod.rs b/src/supernova/mod.rs index f6d4295e4..bc109261f 100644 --- a/src/supernova/mod.rs +++ b/src/supernova/mod.rs @@ -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,