librustzcash/pairing
Jack Grigg 1d02363752
Add READMEs to Cargo.toml files
This will cause crates.io to render each crate's README as its
information page.
2019-09-23 14:42:38 +01:00
..
benches Merge commit '3d41ee5abaa4888ff3607689aba007be8856816d' into ff-traits 2019-01-06 09:19:29 +00:00
src cargo fmt 2019-08-20 22:22:03 -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 Add READMEs to Cargo.toml files 2019-09-23 14:42:38 +01: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.