Cargo Features
[dependencies]
sp-crypto-ec-utils = { version = "0.14.0", default-features = false, features = ["std", "common", "bls12-377", "bls12-381", "bw6-761", "ed-on-bls12-377", "ed-on-bls12-381-bandersnatch", "all-curves"] }
- default = std
-
The
std
feature is set by default wheneversp-crypto-ec-utils
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables parallel and std of optional ark-ec ^0.4.2, std of optional ark-bls12-377 ^0.4.0, optional ark-bls12-377-ext, optional ark-bls12-381 ^0.4.0, optional ark-bls12-381-ext, optional ark-bw6-761 ^0.4.0, and optional ark-bw6-761-ext, std of optional ark-ed-on-bls12-377 ^0.4.0, optional ark-ed-on-bls12-377-ext, optional ark-ed-on-bls12-381-bandersnatch ^0.4.0, optional ark-ed-on-bls12-381-bandersnatch-ext, optional ark-scale, and optional sp-runtime-interface
- common bls12-377? bls12-381? bw6-761? ed-on-bls12-377? ed-on-bls12-381-bandersnatch? = ark-ec, ark-scale, sp-runtime-interface
- bls12-377 all-curves? = ark-bls12-377, ark-bls12-377-ext, common
-
Affects
sp-crypto-ec-utils::bls12_377
… - bls12-381 all-curves? = ark-bls12-381, ark-bls12-381-ext, common
-
Affects
sp-crypto-ec-utils::bls12_381
… - bw6-761 all-curves? = ark-bw6-761, ark-bw6-761-ext, common
-
Affects
sp-crypto-ec-utils::bw6_761
… - ed-on-bls12-377 all-curves? = ark-ed-on-bls12-377, ark-ed-on-bls12-377-ext, common
-
Affects
sp-crypto-ec-utils::ed_on_bls12_377
… - ed-on-bls12-381-bandersnatch all-curves? = ark-ed-on-bls12-381-bandersnatch, ark-ed-on-bls12…bandersnatch-ext, common
-
Affects
sp-crypto-ec-utils::ed_on_bls12_381_bandersnatch
… - all-curves = bls12-377, bls12-381, bw6-761, ed-on-bls12-377, ed-on-bls12-381-bandersnatch
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.
- ark-ec common?
-
Enables ark-ec ^0.4.2
- ark-bls12-377-ext bls12-377?
- ark-bls12-377 bls12-377?
-
Enables ark-bls12-377 ^0.4.0
- ark-bls12-381-ext bls12-381?
- ark-bls12-381 bls12-381?
-
Enables ark-bls12-381 ^0.4.0
- ark-bw6-761-ext bw6-761?
- ark-bw6-761 bw6-761?
-
Enables ark-bw6-761 ^0.4.0
- ark-ed-on-bls12-381-bandersnatch-ext ed-on-bls12-381-bandersnatch?
- ark-ed-on-bls12-381-bandersnatch ed-on-bls12-381-bandersnatch?
- ark-ed-on-bls12-377-ext ed-on-bls12-377?
- ark-ed-on-bls12-377 ed-on-bls12-377?
-
Enables ark-ed-on-bls12-377 ^0.4.0
- ark-scale common?
- sp-runtime-interface common?