elliptic-curve

Crates.ioelliptic-curve
lib.rselliptic-curve
version0.14.0-rc.1
sourcesrc
created_at2019-12-05 17:07:27.394753
updated_at2024-09-20 18:52:03.560922
descriptionGeneral purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof.
homepagehttps://github.com/RustCrypto/traits/tree/master/elliptic-curve
repositoryhttps://github.com/RustCrypto/traits
max_upload_size
id186697
size277,960
elliptic-curves (github:rustcrypto:elliptic-curves)

documentation

README

RustCrypto: Elliptic Curve Traits

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

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.

Documentation

Minimum Supported Rust Version

Requires Rust 1.73 or higher.

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

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1422

cargo fmt