Go to file
Kris Nuttycombe 43d4133af4 Modify `BundleType` to exclude the anchor & allow no bundle to be produced.
This adds a flag to `BundleType` that, when set, requires a dummy
outputs to be produced even if no outputs are added to the builder, and
when unset results in standard padding.
2024-01-02 12:09:32 -07:00
.github Set up CI 2023-12-11 18:45:24 +00:00
benches Move Spend circuit benchmark into benchmarks 2023-12-11 18:45:24 +00:00
src Modify `BundleType` to exclude the anchor & allow no bundle to be produced. 2024-01-02 12:09:32 -07:00
.gitignore Set up CI 2023-12-11 18:45:24 +00:00
CHANGELOG.md Modify `BundleType` to exclude the anchor & allow no bundle to be produced. 2024-01-02 12:09:32 -07:00
COPYRIGHT Rename "sapling" to "sapling-crypto" in COPYRIGHT. 2017-12-06 10:15:12 -07:00
Cargo.lock Set up CI 2023-12-11 18:45:24 +00:00
Cargo.toml Add missing feature flag 2023-12-14 13:19:05 +00:00
LICENSE-APACHE Initial commit 2017-11-13 01:54:13 -07:00
LICENSE-MIT Initial commit 2017-11-13 01:54:13 -07:00
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.