Weierstrass BN254 zero-knowledge trusted setup ceremony.
Go to file
2019-03-04 19:49:52 +03:00
benches BN256 commit 2018-12-08 05:36:39 +08:00
src reexport properly 2019-03-04 19:49:14 +03:00
.gitignore BN256 commit 2018-12-08 05:36:39 +08:00
Cargo.toml update version 2019-03-04 19:49:52 +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 BN256 commit 2018-12-08 05:36:39 +08:00

pairing "community edition"

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.