Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Point

Fully qualified path: alexandria_math::ed25519::Point

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

Members

x

Fully qualified path: alexandria_math::ed25519::Point::x

pub x: u256

y

Fully qualified path: alexandria_math::ed25519::Point::y

pub y: u256