12 releases (7 breaking)

0.22.0 Jun 1, 2021
0.21.0 Oct 26, 2020
0.20.1 Aug 12, 2020
0.20.0 Jun 25, 2020
0.15.0 May 20, 2019

#1911 in Cryptography

Download history 52/week @ 2024-01-08 35/week @ 2024-01-15 16/week @ 2024-01-22 12/week @ 2024-01-29 20/week @ 2024-02-05 29/week @ 2024-02-12 59/week @ 2024-02-19 102/week @ 2024-02-26 68/week @ 2024-03-04 72/week @ 2024-03-11 58/week @ 2024-03-18 51/week @ 2024-03-25 135/week @ 2024-04-01 36/week @ 2024-04-08 58/week @ 2024-04-15

285 downloads per month
Used in 17 crates (9 directly)

MIT/Apache

1MB
12K SLoC

paired Crates.io

This is a fork of the great pairing library.

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

Currently, only the BLS12-381 construction is implemented.

Roadmap

pairing is being refactored into a generic library for working with pairing-friendly curves. After the refactor, pairing will provide basic traits for pairing-friendly elliptic curve constructions, while specific curves will be in separate crates.

Documentation

Bring the paired 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.

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

~2.3–3MB
~65K SLoC