Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Groth16VerifyingKey

Fully qualified path: garaga::ec::pairing::groth16::Groth16VerifyingKey

#[derive(Drop)]
pub struct Groth16VerifyingKey<T> {
    pub alpha_beta_miller_loop_result: E12D<T>,
    pub gamma_g2: G2Point,
    pub delta_g2: G2Point,
}

Members

alpha_beta_miller_loop_result

Fully qualified path: garaga::ec::pairing::groth16::Groth16VerifyingKey::alpha_beta_miller_loop_result

pub alpha_beta_miller_loop_result: E12D<T>

gamma_g2

Fully qualified path: garaga::ec::pairing::groth16::Groth16VerifyingKey::gamma_g2

pub gamma_g2: G2Point

delta_g2

Fully qualified path: garaga::ec::pairing::groth16::Groth16VerifyingKey::delta_g2

pub delta_g2: G2Point