Cargo Features
[dependencies]
miden-processor = { version = "0.11.0", default-features = false, features = ["std", "concurrent", "testing"] }
- default = std
-
The
std
feature is set by default whenevermiden-processor
is added without
somewhere in the dependency tree.default-features = false - std default concurrent?
-
Enables std of miden-core and winter-prover
Affects
dsa::falcon_sign
… - concurrent = std
-
Enables concurrent of winter-prover
- testing
-
Affects
inputs::AdviceInputs
…