Weierstrass BN254 zero-knowledge trusted setup ceremony.
Go to file
Alexander e93d939ae0
Merge pull request #1 from matter-labs/playground
Edition 2018 + expose Montgommery forms
2019-07-13 21:58:58 +03:00
benches fix for edition 2018 2019-07-12 22:05:30 +03:00
src fix for edition 2018 2019-07-12 22:05:30 +03:00
.gitignore BN256 commit 2018-12-08 05:36:39 +08:00
Cargo.toml prepare to publish 2019-07-13 21:58:06 +03:00
COPYRIGHT Add COPYRIGHT file to inform of conditions for contributing and license information. 2017-09-28 15:39:29 -06:00
LICENSE-APACHE Modify the LICENSE-APACHE and LICENSE-MIT files. 2017-09-28 15:29:58 -06:00
LICENSE-MIT Modify the LICENSE-APACHE and LICENSE-MIT files. 2017-09-28 15:29:58 -06:00
README.md prepare for publishing 2019-03-31 09:00:01 +03:00

pairing "community edition"

Now published as pairing_ce to crates.io for users convenience.

Originally developed by ZCash, with extensions from us to make it a little more pleasant.

This is a Rust crate for using pairing-friendly elliptic curves. Currently, only the BLS12-381 and BN256 curves are 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.