Cargo Features
[dependencies]
concrete-ntt = { version = "0.2.0", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default wheneverconcrete-ntt
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of aligned-vec ^0.5 and pulp
- nightly
-
Affects
native32::Plan52
,native64::Plan52
,native_binary32::Plan52
,native_binary64::Plan52
…