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