Cargo Features

[dependencies]
ark-groth16-zypher = { version = "0.4.0", default-features = false, features = ["std", "parallel", "r1cs", "print-trace"] }
default = parallel

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

std parallel

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

parallel default = rayon, std

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

r1cs = ark-r1cs-std, derivative, tracing

Enables r1cs of ark-crypto-primitives-zypher

Affects ark-groth16-zypher::constraints

print-trace

Enables print-trace of ark-std-zypher

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-zypher

tracing r1cs?
derivative r1cs?
rayon parallel