Cargo Features
[dependencies]
verifiable = { version = "0.1.0", default-features = false, features = ["std", "small-ring", "no-std-prover"] }
- default = std
-
The
std
feature is set by default wheneververifiable
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables parallel and std of ark-vrf, std of ark-scale and ark-serialize, std of bounded-collections ^0.1.8, parity-scale-codec, scale-info, and schnorrkel ^0.10.2
- small-ring
-
Small ring 255, default to 16127
- no-std-prover = spin
-
Prover for no-std environments with deterministic ring-proof.
Not for production, may be useful for testing.Enables test-vectors of ark-vrf
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- spin no-std-prover?
-
Enables spin ^0.9