22 releases (14 breaking)

0.23.0 Dec 6, 2022
0.22.0 May 4, 2022
0.21.0 Sep 2, 2021
0.20.0 Jun 1, 2021
0.10.1 Jul 24, 2017

#139 in Cryptography

Download history 34691/week @ 2023-11-18 36141/week @ 2023-11-25 33990/week @ 2023-12-02 31965/week @ 2023-12-09 23193/week @ 2023-12-16 11376/week @ 2023-12-23 20483/week @ 2023-12-30 30497/week @ 2024-01-06 33652/week @ 2024-01-13 38011/week @ 2024-01-20 47521/week @ 2024-01-27 39023/week @ 2024-02-03 45023/week @ 2024-02-10 46635/week @ 2024-02-17 42606/week @ 2024-02-24 45568/week @ 2024-03-02

186,897 downloads per month
Used in 286 crates (43 directly)

MIT/Apache

9KB
75 lines

pairing Crates.io

pairing is a crate for using pairing-friendly elliptic curves.

pairing provides basic traits for pairing-friendly elliptic curve constructions. Specific curves are implemented in separate crates:

Documentation

Bring the pairing crate into your project just as you normally would.

Security Warnings

This library does not make any guarantees about constant-time operations, memory access patterns, or resistance to side-channel attacks.

Minimum Supported Rust Version

Requires Rust 1.56 or higher.

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

License

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

~160KB