Cargo Features

[dependencies]
tfhe-ntt = { version = "0.4.0", default-features = false, features = ["std", "nightly"] }
default = std

The std feature is set by default whenever tfhe-ntt is added without default-features = false somewhere in the dependency tree.

std default

Enables std of aligned-vec and pulp ^0.20.0

nightly

Enables nightly of pulp ^0.20.0

Affects native32::Plan52, native64::Plan52, native_binary32::Plan52, native_binary64::Plan52