This commit is contained in:
wborgeaud 2022-03-31 16:15:27 +02:00
parent d12417c9f1
commit cc95cb5ee1

View File

@ -326,7 +326,7 @@ impl<F: Field> SimpleGenerator<F> for NonzeroTestGenerator {
} }
} }
/// Generator used fill an extra constant. /// Generator used to fill an extra constant.
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct ConstantGenerator<F: Field> { pub struct ConstantGenerator<F: Field> {
pub gate_index: usize, pub gate_index: usize,