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?
ark-ec arkworks?
ark-poly arkworks?
ark-std arkworks?