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

ProjectivePoint

Type Alias ProjectivePoint 

Source
pub type ProjectivePoint<C> = <C as CurveArithmetic>::ProjectivePoint;
Expand description

Projective point type for a given curve with a CurveArithmetic implementation.