Module elliptic_curve::dev[][src]

This is supported on crate feature dev only.

Development-related functionality: helpers and types for writing tests against concrete implementations of the traits in this crate.

Structs

AffinePoint

Example affine point type

MockCurve

Mock elliptic curve type useful for writing tests which require a concrete curve type.

ProjectivePoint

Example projective point type

Scalar

Example scalar type

Type Definitions

EncodedPoint

SEC1 encoded point.

FieldBytes

Field element bytes.

NonZeroScalar

Non-zero scalar value.

PublicKey

Public key.

SecretKey

Secret key.