Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

ProjectivePoint

Type Alias ProjectivePoint 

Source
pub type ProjectivePoint = ProjectivePoint<NistP256>;
Expand description

Elliptic curve point in projective coordinates.

Aliased Typeยง

pub struct ProjectivePoint { /* private fields */ }