#elliptic #ecc #weierstrass

no-std 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

53 releases

0.14.0-pre.5 Feb 2, 2024
0.14.0-pre.3 Jan 17, 2024
0.13.8 Nov 19, 2023
0.13.5 May 19, 2023
0.2.0 Dec 11, 2019

#385 in Cryptography

Download history 247710/week @ 2023-12-20 195684/week @ 2023-12-27 363155/week @ 2024-01-03 371952/week @ 2024-01-10 433646/week @ 2024-01-17 428572/week @ 2024-01-24 433429/week @ 2024-01-31 403417/week @ 2024-02-07 410434/week @ 2024-02-14 426209/week @ 2024-02-21 434762/week @ 2024-02-28 456245/week @ 2024-03-06 460279/week @ 2024-03-13 466142/week @ 2024-03-20 423995/week @ 2024-03-27 400747/week @ 2024-04-03

1,837,885 downloads per month
Used in 2,479 crates (87 directly)

Apache-2.0 OR MIT

255KB
5K SLoC

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.

Dependencies

~1–1.8MB
~40K SLoC