Expand description
Pure Rust implementation of group operations on secp256r1.
Curve parameters can be found in NIST SP 800-186 ยง G.1.2: Curve P-256.
Modulesยง
- field ๐
 - Field arithmetic modulo p = 2^{224}(2^{32} โ 1) + 2^{192} + 2^{96} โ 1
 - scalar ๐
 - Scalar field arithmetic modulo n = 115792089210356248762697446949407573529996955224135760342422259061068512044369
 - util ๐
 - Helper functions.
 
Type Aliasesยง
- Affine
Point  - Elliptic curve point in affine coordinates.
 - Projective
Point  - Elliptic curve point in projective coordinates.