AffinePoint

Type Alias AffinePoint 

Source
pub type AffinePoint = AffinePoint<NistP256>;
Available on crate feature arithmetic only.
Expand description

Elliptic curve point in affine coordinates.

Aliased Typeยง

pub struct AffinePoint { /* private fields */ }