Module arithmetic

Module arithmetic 

Source
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ยง

AffinePoint
Elliptic curve point in affine coordinates.
ProjectivePoint
Elliptic curve point in projective coordinates.