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