Struct crypto::curve25519::GePrecomp
[−]
[src]
pub struct GePrecomp { /* fields omitted */ }
Methods
impl GePrecomp[src]
fn maybe_set(&mut self, other: &GePrecomp, do_swap: i32)[src]
fn select(pos: usize, b: i8) -> GePrecomp[src]
Trait Implementations
impl Clone for GePrecomp[src]
fn clone(&self) -> GePrecomp[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more