librustzcash/zcash_proofs
Jack Grigg e2fb5e6402 Impl ZIP 216 on SaplingVerificationContext and redjubjub::PublicKey
`PublicKey::verify` now always uses post-ZIP 216 validation rules, which
is fine in non-consensus contexts.

`SaplingVerificationContext` is used by `zcashd`'s consensus rules.
2021-06-06 23:45:15 +01:00
..
benches Move sapling-specific primitives into the sapling module. 2021-03-27 16:18:21 +13:00
examples zcash_proof: Migrate benchmark to criterion 2020-08-31 17:13:39 +01:00
src Impl ZIP 216 on SaplingVerificationContext and redjubjub::PublicKey 2021-06-06 23:45:15 +01:00
CHANGELOG.md Impl ZIP 216 on SaplingVerificationContext and redjubjub::PublicKey 2021-06-06 23:45:15 +01:00
Cargo.toml bellman 0.10 2021-06-04 22:20:25 +01:00
LICENSE-APACHE
LICENSE-MIT Electric Coin Company 2019-05-09 20:32:39 +03:00
README.md Update READMEs 2019-09-24 14:23:55 +01:00

README.md

zcash_proofs

This library contains the zk-SNARK circuits for Zcash, and the APIs for creating and verifying proofs.

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.