Module projective

Source
Expand description

The projective point type for SP1. Implementation of the SP1 accelerated projective point. The projective point wraps the affine point.

This type is mainly used in the ecdsa-core algorithms.

Note: When performing curve operations, accelerated crates for SP1 use affine arithmetic instead of projective arithmetic for performance.

Structsยง

ProjectivePoint
The SP1 accelerated projective point.