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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompletedPoint
[src]

Formats the value using the given formatter.