Go to file
Jack Grigg 5bf2578ac6
Merge pull request #147 from zcash/pczt-verifier
Add methods for validating aspects of PCZT bundles
2024-12-13 21:11:24 +13:00
.github Bump auguwu/clippy-action from 1.3.0 to 1.4.0 2024-07-01 02:21:58 +00:00
benches Move Spend circuit benchmark into benchmarks 2023-12-11 18:45:24 +00:00
src Adjust cases in `pczt::Spend::vk_for_validation` 2024-12-13 07:56:21 +00:00
.gitignore Set up CI 2023-12-11 18:45:24 +00:00
CHANGELOG.md Add `DiversifiableFullViewingKey::to_internal_fvk`. 2024-12-05 17:07:29 +00:00
COPYRIGHT Rename "sapling" to "sapling-crypto" in COPYRIGHT. 2017-12-06 10:15:12 -07:00
Cargo.lock Implement PCZT support 2024-12-03 11:27:15 +00:00
Cargo.toml Implement PCZT support 2024-12-03 11:27:15 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Remove outdated notice in README. 2018-11-26 16:15:36 -07:00
rust-toolchain.toml Set up CI 2023-12-11 18:45:24 +00:00

README.md

sapling-crypto

This repository contains a (work-in-progress) implementation of Zcash's "Sapling" cryptography.

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.