Skip to main content

Module p256

Module p256 

Source

Modules§

ecdsa
Elliptic Curve Digital Signature Algorithm (ECDSA)
elliptic_curve
RustCrypto: Elliptic Curve Traits

Structs§

NistP256
NIST P-256 elliptic curve.
Scalar
Scalars are elements in the finite field modulo n.

Type Aliases§

AffinePoint
Elliptic curve point in affine coordinates.
BlindedScalar
Blinded scalar.
CompressedPoint
Compressed SEC1-encoded NIST P-256 curve point.
EncodedPoint
NIST P-256 SEC1 encoded point.
FieldBytes
NIST P-256 field element serialized as bytes.
NonZeroScalar
Non-zero NIST P-256 scalar field element.
ProjectivePoint
Elliptic curve point in projective coordinates.
PublicKey
NIST P-256 public key.
SecretKey
NIST P-256 secret key.
U32
U256
256-bit unsigned big integer.