Cargo Features

[dependencies]
ark-gm17 = { version = "0.3.0", default-features = false, features = ["std", "parallel", "r1cs", "print-trace"] }
default = parallel

The parallel feature is set by default whenever ark-gm17 is added without default-features = false somewhere in the dependency tree.

std parallel

Enables std of ark-crypto-primitives ^0.3.0, ark-ec ^0.3.0, ark-ff ^0.3.0, ark-poly ^0.3.0, ark-relations ^0.3.0, and ark-std ^0.3.0

parallel default = rayon, std

Enables parallel of ark-crypto-primitives ^0.3.0, ark-ec ^0.3.0, ark-ff ^0.3.0, ark-poly ^0.3.0, and ark-std ^0.3.0

r1cs = ark-r1cs-std, derivative, tracing

Enables r1cs of ark-crypto-primitives ^0.3.0

Affects ark-gm17::constraints

print-trace

Enables print-trace of ark-std ^0.3.0

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.

Dependencies

ark-r1cs-std r1cs?

Enables ark-r1cs-std ^0.3.0

tracing r1cs?
derivative r1cs?
rayon parallel