Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PointOperations

Fully qualified path: alexandria_math::ed25519::PointOperations

pub trait PointOperations<T>

Trait functions

double

Fully qualified path: alexandria_math::ed25519::PointOperations::double

fn double(self: T, prime_nz: NonZero<u256>) -> T

add

Fully qualified path: alexandria_math::ed25519::PointOperations::add

fn add(self: T, rhs: T, prime_nz: NonZero<u256>) -> T