Expand description
Pure Rust implementation of group operations on secp521r1.
Curve parameters can be found in NIST SP 800-186 ยง 3.2.1.5: P-521.
Re-exportsยง
pub use self::scalar::Scalar;
Modulesยง
- field ๐
- Field arithmetic modulo p = 2^{521} โ 1
- scalar ๐
- secp521r1 scalar field elements.
- util ๐
- Utility functions.
Type Aliasesยง
- Affine
Point - Elliptic curve point in affine coordinates.
- Projective
Point - Elliptic curve point in projective coordinates.