Cargo Features

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

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

std default

Enables std of aligned-vec and pulp

nightly

Enables nightly of pulp

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