Go to file
bmerge 68747b4174 Auto merge of #34 - mmaker:fix/is_in_correct_subgroup, r=ebfull
s/is_in_correct_subgroup/is_in_correct_subgroup_assuming_on_curve/

I added a new method`is_in_correct_subgroup_assuming_on_curve` and added the method `is_in_correct_subgroup` for the `CurveAffine` trait.
2017-08-16 16:26:16 +00:00
src Auto merge of #34 - mmaker:fix/is_in_correct_subgroup, r=ebfull 2017-08-16 16:26:16 +00:00
.gitignore Initial commit 2017-07-08 10:55:43 -06:00
Cargo.toml Update clippy to 0.0.151. 2017-08-14 16:41:55 +01:00
LICENSE-APACHE Initial commit 2017-07-08 10:55:43 -06:00
LICENSE-MIT Initial commit 2017-07-08 10:55:43 -06:00
README.md Initial commit 2017-07-08 10:55:43 -06: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

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.