Go to file
bmerge c643f0b1fa Auto merge of #20 - ebfull:pairing_with, r=ebfull
Add pairing_with API.

I needed this for something I'm doing so I just wrote it.

Closes #8
2017-07-23 22:56:39 +00:00
src Add pairing_with API. 2017-07-20 20:52:36 -06:00
.gitignore Initial commit 2017-07-08 10:55:43 -06:00
Cargo.toml Version bump. 2017-07-18 13:36:18 -06: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.