Cargo Features

[dependencies]
tfhe-ntt = { version = "0.3.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 ^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