Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Groth16ProofRaw

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

#[derive(Copy, Drop, Serde, Debug, PartialEq)]
pub struct Groth16ProofRaw {
    pub a: G1Point,
    pub b: G2Point,
    pub c: G1Point,
}

Members

a

Fully qualified path: garaga::ec::pairing::groth16::Groth16ProofRaw::a

pub a: G1Point

b

Fully qualified path: garaga::ec::pairing::groth16::Groth16ProofRaw::b

pub b: G2Point

c

Fully qualified path: garaga::ec::pairing::groth16::Groth16ProofRaw::c

pub c: G1Point