pub type ItemVerifyingKey = PreparedVerifyingKey<Bls12>;
Expand description

The type of a prepared verifying key. This is the key used to verify individual items.

Aliased Type§

struct ItemVerifyingKey {
    alpha_g1_beta_g2: Gt,
    neg_gamma_g2: G2Prepared,
    neg_delta_g2: G2Prepared,
    ic: Vec<G1Affine>,
}

Fields§

§alpha_g1_beta_g2: Gt§neg_gamma_g2: G2Prepared§neg_delta_g2: G2Prepared§ic: Vec<G1Affine>