This commit is contained in:
exfinen
2023-11-01 17:26:51 +09:00
parent 71f1002b4d
commit 06ec42f1d5
2 changed files with 0 additions and 4 deletions

View File

@@ -31,7 +31,6 @@ pub struct VerificationKeys {
pub vk_io: Vec<G1Point>,
pub wk_io: Vec<G2Point>,
pub yk_io: Vec<G1Point>,
pub alpha_v_t: G1Point,
pub alpha_y_t: G1Point,
pub beta_t: G1Point,

View File

@@ -10,13 +10,10 @@ pub struct PinocchioProof {
pub g1_w_mid_s: G1Point,
pub g2_w_mid_s: G2Point,
pub y_mid_s: G1Point,
pub h_s: G2Point,
pub alpha_v_mid_s: G1Point,
pub alpha_w_mid_s: G1Point,
pub alpha_y_mid_s: G1Point,
pub beta_vwy_mid_s: G1Point,
}