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