Cargo Features
tfhe-ark-poly has no features set by default.
[dependencies]
tfhe-ark-poly = { version = "0.4.2", features = ["std", "parallel"] }
- std parallel?
-
Enables std of tfhe-ark-ff and ark-std ^0.4.0
- parallel = rayon, std
-
Enables parallel of tfhe-ark-ff and ark-std ^0.4.0
Affects
domain::EvaluationDomain.distribute_powers_and_mul_by_const
…
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.