[][src]Crate elliptic_curve

General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof.

Minimum Supported Rust Version

Rust 1.41 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

Re-exports

pub use generic_array;
pub use self::error::Error;
pub use self::scalar::Scalar;
pub use self::secret_key::SecretKey;

Modules

error

Elliptic curve error types (opaque)

scalar

Scalar wire type

secret_key

Secret keys for elliptic curves: private scalars.

weierstrass

Elliptic curves in short Weierstrass form.