Cargo Features
[dependencies]
generalized-paillier = { version = "0.2.0", default-features = false, features = ["std", "parallel"] }
- default = parallel
-
The
parallel
feature is set by default whenevergeneralized-paillier
is added without
somewhere in the dependency tree.default-features = false - std parallel
-
Enables rand of crypto-bigint, std of num-traits and rand_core
- parallel default = rayon, std
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.