Cargo Features

[dependencies]
zshuffle = { version = "0.1.2", default-features = false, features = ["std", "parallel", "no_vk", "gen"] }
default = parallel, std

These default features are set whenever zshuffle is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-bn254-zypher, ark-ec-zypher, ark-ff-zypher, ark-groth16-zypher, ark-std-zypher, and uzkge

parallel default gen? = rayon

Enables parallel of ark-ec-zypher, ark-ff-zypher, ark-groth16-zypher, ark-std-zypher, and uzkge

no_vk

Affects gen_params::VERIFIER_SPECIFIC_PARAMS_52, gen_params::VERIFIER_SPECIFIC_PARAMS_54, gen_params::VERIFIER_SPECIFIC_PARAMS_48

gen = parallel, structopt

Enables gen of uzkge

Required by the gen-params binary

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
structopt gen?