You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jack Grigg 482bef87f0
Add ff and group crates to Cargo workspace
5 years ago
..
benches Merge commit '3d41ee5abaa4888ff3607689aba007be8856816d' into ff-traits 5 years ago
src Add ff and group crates to Cargo workspace 5 years ago
.gitignore Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
COPYRIGHT Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
Cargo.toml Add ff and group crates to Cargo workspace 5 years ago
LICENSE-APACHE Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
LICENSE-MIT Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
README.md Merge commit '183a64b08e9dc7067f78624ec161371f1829623e' into ff-traits 5 years ago

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.