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

ProjectivePoint

Type Alias ProjectivePoint 

Source
pub type ProjectivePoint<Fe> = (Fe, Fe, Fe);
Expand description

Projective point whose coordinates are represented by the given field element.