Rust-language assets for Pirate Chain / Zcash (with modifications to support Qortal cross-chain trades)
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 6c2c2b58de
Migrate pairing benchmarks to criterion
5 years ago
..
benches Migrate pairing benchmarks to criterion 5 years ago
src Improve Field::pow API and impl 5 years ago
.gitignore Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
COPYRIGHT Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b' 6 years ago
Cargo.toml Migrate pairing benchmarks to criterion 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 Update READMEs 5 years ago

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.