Cargo Features

[dependencies]
smc_range_proof = { version = "0.4.0", default-features = false, features = ["std", "parallel"] }
default = parallel

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

std parallel

Enables std of ark-ec, ark-ff, ark-serialize, ark-std, dock_crypto_utils, schnorr_pok, and short_group_sig

parallel default = rayon, std

Enables parallel of ark-ec, ark-ff, ark-std, dock_crypto_utils, schnorr_pok, and short_group_sig

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