Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

G1G2Pair

Fully qualified path: garaga::definitions::structs::points::G1G2Pair

#[derive(Copy, Drop, Debug, PartialEq, Serde)]
pub struct G1G2Pair {
    pub p: G1Point,
    pub q: G2Point,
}

Members

p

Fully qualified path: garaga::definitions::structs::points::G1G2Pair::p

pub p: G1Point

q

Fully qualified path: garaga::definitions::structs::points::G1G2Pair::q

pub q: G2Point