librustzcash/pairing
Eirik Ogilvie-Wigley bc7ea564d3 cargo fmt pairing 2019-08-15 10:38:40 -06:00
..
benches Merge commit '3d41ee5abaa4888ff3607689aba007be8856816d' into ff-traits 2019-01-06 09:19:29 +00:00
src cargo fmt pairing 2019-08-15 10:38:40 -06: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 to rand 0.7 2019-07-19 00:47:40 +02: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 Merge commit '183a64b08e9dc7067f78624ec161371f1829623e' into ff-traits 2019-01-06 09:01:44 +00:00

README.md

pairing Crates.io

This is a Rust crate for using pairing-friendly elliptic curves. Currently, only the BLS12-381 construction is implemented.

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.