Cargo Features

[dependencies]
sapling-crypto = { version = "0.1.3", default-features = false, features = ["multicore", "temporary-zcashd", "test-dependencies"] }
default = multicore

The multicore feature is set by default whenever sapling-crypto is added without default-features = false somewhere in the dependency tree.

multicore default

Enables multithreading support for creating proofs.

Enables multicore of bellman

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