librustzcash/zcash_proofs
therealyingtong d480a3840a Hard-code Sapling circuit hashes in zcash_proofs crate
Define the spend_hash, output_hash, sprout_hash circuit hashes as constants in the load_parameters function, so we don't have to take them as function arguments.
2020-05-13 22:36:21 +08:00
..
examples Rename into_ -> to_ where &self is used. 2019-08-24 00:39:54 +01:00
src Hard-code Sapling circuit hashes in zcash_proofs crate 2020-05-13 22:36:21 +08:00
Cargo.toml Version bump of all crates (except librustzcash) 2020-03-12 15:59:19 -06:00
LICENSE-APACHE
LICENSE-MIT
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.