Struct crypto::curve25519::GePrecomp [−][src]
pub struct GePrecomp { /* fields omitted */ }Methods
impl GePrecomp[src]
impl GePrecomppub fn maybe_set(&mut self, other: &GePrecomp, do_swap: i32)[src]
pub fn maybe_set(&mut self, other: &GePrecomp, do_swap: i32)pub fn select(pos: usize, b: i8) -> GePrecomp[src]
pub fn select(pos: usize, b: i8) -> GePrecompTrait Implementations
impl Clone for GePrecomp[src]
impl Clone for GePrecompfn clone(&self) -> GePrecomp[src]
fn clone(&self) -> GePrecompReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for GePrecomp[src]
impl Copy for GePrecompimpl Add<GePrecomp> for GeP3[src]
impl Add<GePrecomp> for GeP3type Output = GeP1P1
The resulting type after applying the + operator.
fn add(self, _rhs: GePrecomp) -> GeP1P1[src]
fn add(self, _rhs: GePrecomp) -> GeP1P1Performs the + operation.
impl Sub<GePrecomp> for GeP3[src]
impl Sub<GePrecomp> for GeP3