Cargo Features
[dependencies]
ark-bw6-761-ext = { version = "0.5.0", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverark-bw6-761-ext
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-bw6-761, ark-ec, ark-ff, ark-models-ext, ark-serialize, and ark-std
- parallel
ark-bw6-761-ext has 3 features without comments.