Cargo Features
ark-ff has no features set by default.
[dependencies]
ark-ff = { version = "0.5.0", features = ["std", "parallel", "asm"] }
blake2.workspace = true
sha3.workspace = true
sha2.workspace = true
libtest-mimic.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_derive.workspace = true
hex.workspace = true
- std parallel?
-
Enables use_std of itertools, std of ark-serialize and ark-std
- parallel = rayon, std
-
Enables parallel of ark-serialize and ark-std
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.