Cargo Features
[dependencies]
sapling-crypto = { version = "0.3.0", default-features = false, features = ["multicore", "temporary-zcashd", "test-dependencies"] }
- default = multicore
-
The
multicore
feature is set by default wheneversapling-crypto
is added without
somewhere in the dependency tree.default-features = false - multicore default
-
Enables multithreading support for creating proofs.
Circuits
- temporary-zcashd
-
A temporary feature flag that exposes granular APIs needed by
zcashd
. These APIs should not be relied upon and will be removed in a future release. - test-dependencies
-
Exposes APIs that are useful for testing, such as
proptest
strategies.Enables test-dependencies of incrementalmerkletree and proptest
Test dependencies