#elliptic-curve #prime #field

no-std primefield

Macros for generating prime field implementations

1 unstable release

0.14.0-pre.0 Jul 26, 2024
0.0.0 Dec 17, 2023

#2519 in Cryptography

Download history 1150/week @ 2024-07-26 265/week @ 2024-08-02 1369/week @ 2024-08-09 325/week @ 2024-08-16 295/week @ 2024-08-23 339/week @ 2024-08-30 331/week @ 2024-09-06 324/week @ 2024-09-13 266/week @ 2024-09-20 210/week @ 2024-09-27 391/week @ 2024-10-04 602/week @ 2024-10-11

1,513 downloads per month

Apache-2.0 OR MIT

24KB
466 lines

RustCrypto: Prime Field Macros

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

Macros for generating prime field implementations.

Used by RustCrypto to implement elliptic curves.

Documentation

Minimum Supported Rust Version

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.

No runtime deps