Cargo Features

[dependencies]
gp-crypto-ec-utils = { version = "0.4.1", 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 whenever gp-crypto-ec-utils is added without default-features = false somewhere in the dependency tree.

std default

Enables parallel and std of optional ark-ec, std of optional ark-bls12-377, optional ark-bls12-377-ext, optional ark-bls12-381, optional ark-bls12-381-ext, optional ark-bw6-761, and optional ark-bw6-761-ext, std of optional ark-ed-on-bls12-377, optional ark-ed-on-bls12-377-ext, optional ark-ed-on-bls12-381-bandersnatch, optional ark-ed-on-bls12-381-bandersnatch-ext, optional ark-scale, optional gp-runtime-interface, and optional sp-std ^9.0.0

common bls12-377? bls12-381? bw6-761? ed-on-bls12-377? ed-on-bls12-381-bandersnatch? = ark-ec, ark-scale, gp-runtime-interface, sp-std
bls12-377 all-curves? = ark-bls12-377, ark-bls12-377-ext, common

Affects gp-crypto-ec-utils::bls12_377

bls12-381 all-curves? = ark-bls12-381, ark-bls12-381-ext, common

Affects gp-crypto-ec-utils::bls12_381

bw6-761 all-curves? = ark-bw6-761, ark-bw6-761-ext, common

Affects gp-crypto-ec-utils::bw6_761

ed-on-bls12-377 all-curves? = ark-ed-on-bls12-377, ark-ed-on-bls12-377-ext, common

Affects gp-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 gp-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?
ark-bls12-377-ext bls12-377?
ark-bls12-377 bls12-377?
ark-bls12-381-ext bls12-381?
ark-bls12-381 bls12-381?
ark-bw6-761-ext bw6-761?
ark-bw6-761 bw6-761?
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?
ark-scale common?
gp-runtime-interface common?
sp-std common?

Enables sp-std ^9.0.0