Weierstrass BN254 zero-knowledge trusted setup ceremony.
Go to file
bmerge a6528a7876 Auto merge of #17 - ebfull:various-improvements, r=ebfull
Group encoding negative test vectors

Closes #10

Also simplifies the encoding code, which has the side-effect of being useful for testing. Also adds more descriptive error reporting throughout the API. Also ensures use of Debug/Display are consistent with standard expectations.
2017-07-18 16:21:39 +00:00
src (clippy) More idomatic reference matching. 2017-07-18 10:16:49 -06:00
.gitignore Initial commit 2017-07-08 10:55:43 -06:00
Cargo.toml Enable clippy linting. 2017-07-16 21:50:03 -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

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.