Point
Fully qualified path: alexandria_math::ed25519::Point
#![allow(unused)] fn main() { #[derive(Drop, Copy)] pub struct Point { pub x: u256, pub y: u256, } }
Members
x
Fully qualified path: alexandria_math::ed25519::Point::x
#![allow(unused)] fn main() { pub x: u256 }
y
Fully qualified path: alexandria_math::ed25519::Point::y
#![allow(unused)] fn main() { pub y: u256 }