Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

G1Point256

Fully qualified path: garaga::apps::noir::G1Point256

[derive(Drop, Copy, Serde)]
pub struct G1Point256 {
    pub x: u256,
    pub y: u256,
}

Members

x

Fully qualified path: garaga::apps::noir::G1Point256::x

pub x: u256

y

Fully qualified path: garaga::apps::noir::G1Point256::y

pub y: u256