Expand description
Pure Rust implementation of group operations on secp384r1.
Curve parameters can be found in NIST SP 800-186 ยง G.1.3: Curve P-384.
Modulesยง
- field ๐
 - Field arithmetic modulo p = 2^{384} โ 2^{128} โ 2^{96} + 2^{32} โ 1
 - macros ๐
 - scalar ๐
 - secp384r1 scalar field elements.
 
Type Aliasesยง
- Affine
Point  - Elliptic curve point in affine coordinates.
 - Projective
Point  - Elliptic curve point in projective coordinates.