can get Q too
This commit is contained in:
parent
e5bc2c197f
commit
9cb62348fb
@ -255,6 +255,10 @@ impl<E: Engine, C: Circuit<E>, S: SynthesisDriver> MultiVerifier<E, C, S> {
|
||||
return self.n;
|
||||
}
|
||||
|
||||
pub fn get_q(&self) -> usize {
|
||||
return self.q;
|
||||
}
|
||||
|
||||
pub fn check_all(self) -> bool {
|
||||
self.batch.check_all()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user