Cargo Features
[dependencies]
zcash_note_encryption = { version = "0.4.0", default-features = false, features = ["alloc", "pre-zip-212"] }
- default = alloc
-
The
alloc
feature is set by default wheneverzcash_note_encryption
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
zcash_note_encryption::batch
,zcash_note_encryption::BatchDomain
… - pre-zip-212