librustzcash/pairing
Jack Grigg 6c2c2b58de
Migrate pairing benchmarks to criterion
2019-12-19 16:46:16 -06:00
..
benches Migrate pairing benchmarks to criterion 2019-12-19 16:46:16 -06:00
src Improve Field::pow API and impl 2019-12-14 12:27:48 +00:00
.gitignore Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 2018-08-28 23:03:42 +01:00
COPYRIGHT Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 2018-08-28 23:03:42 +01:00
Cargo.toml Migrate pairing benchmarks to criterion 2019-12-19 16:46:16 -06:00
LICENSE-APACHE Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 2018-08-28 23:03:42 +01:00
LICENSE-MIT Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 2018-08-28 23:03:42 +01:00
README.md Update READMEs 2019-09-24 14:23:55 +01:00

README.md

pairing Crates.io

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 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.

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.