Cargo Features
icicle-core has no features set by default.
[dependencies]
icicle-core = { version = "1.3.0", features = ["arkworks", "g2", "ec_ntt"] }
- arkworks = ark-ec, ark-ff, ark-poly, ark-std
-
Affects
icicle-core::tests
,msm::tests
,ntt::tests
,traits::ArkConvertible
… - g2
- ec_ntt
-
TODO: impl EC NTT
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.
- ark-ff arkworks?
-
Enables ark-ff ^0.4.0
- ark-ec arkworks?
-
Enables ark-ec ^0.4.0
- ark-poly arkworks?
-
Enables ark-poly ^0.4.0
- ark-std arkworks?
-
Enables ark-std ^0.4.0