Cargo Features

[dependencies]
w3f-ring-proof = { version = "0.0.2", default-features = false, features = ["std", "parallel", "print-trace", "asm", "test-vectors"] }
default = std

The std feature is set by default whenever w3f-ring-proof is added without default-features = false somewhere in the dependency tree.

std default parallel?

Enables std of ark-ec, ark-ff, ark-poly, ark-serialize, ark-std, w3f-pcs, and w3f-plonk-common

parallel = rayon, std

Enables parallel of ark-ec, ark-ff, ark-poly, ark-std, w3f-pcs, and w3f-plonk-common

print-trace

Enables print-trace of ark-std and w3f-plonk-common

asm

Enables asm of w3f-pcs

test-vectors

Enables test-vectors of w3f-plonk-common

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.

rayon parallel?