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

AffinePoint

Type Alias AffinePoint 

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

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