Cargo Features
tfhe-ark-ff has no features set by default.
[dependencies]
tfhe-ark-ff = { version = "0.4.3", features = ["std", "parallel", "asm"] }
- std parallel?
-
Enables use_std of itertools ^0.12, std of ark-serialize ^0.4.2 and ark-std ^0.4.0
- parallel = rayon, std
-
Enables parallel of ark-std ^0.4.0
Affects
fields::batch_inversion_and_mul
… - asm
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.