Prod check (#61)

This commit is contained in:
chancharles92
2022-08-12 11:35:58 -07:00
committed by GitHub
parent 066c370b3c
commit 8281e7c877
9 changed files with 455 additions and 69 deletions

View File

@@ -165,7 +165,7 @@ pub struct HyperPlonkVerifyingKey<E: PairingEngine, PCS: PolynomialCommitmentSch
/// id_w2 = 1 // second witness
///
/// NOTE: here coeff is a signed integer, instead of a field element
#[derive(Clone, Debug, Default, PartialEq)]
#[derive(Clone, Debug, Default, PartialEq, Eq)]
pub struct CustomizedGates {
pub(crate) gates: Vec<(i64, Option<usize>, Vec<usize>)>,
}