Struct curve25519_dalek::curve::CompletedPoint
[−]
[src]
pub struct CompletedPoint { /* fields omitted */ }
A CompletedPoint is a point ((X:Z), (Y:T)) in 𝗣¹(𝔽ₚ)×𝗣¹(𝔽ₚ). A point (x,y) in the affine model corresponds to ((x:1),(y:1)).
Trait Implementations
impl Copy for CompletedPoint
[src]
impl Clone for CompletedPoint
[src]
fn clone(&self) -> CompletedPoint
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more