[][src]Module ecdsa::dev::curve

This is supported on crate feature dev only.

Minimalist example curve implementation for testing.

Modeled after NIST P-256.

Structs

AffinePointdev

Example affine point type

ExampleCurvedev

Example NIST P-256-like elliptic curve. Implements only the features needed for testing the implementation.

ProjectivePointdev

Example projective point type

Scalardev

Example scalar type

Type Definitions

FieldBytesdev

Field element bytes.

NonZeroScalardev

Non-zero scalar value.

Signaturedev

ECDSA signature.