Cargo Features

[dependencies]
citadel_pqcrypto = { version = "0.9.0", default-features = false, features = ["std", "wasm"] }
default = std

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

std default

Enables std of aes-gcm, bytes, chacha20poly1305, kyber-pke, pqcrypto-falcon-wasi, pqcrypto-traits-wasi, rand, serde, and sha3

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

wasm

citadel_pqcrypto has 3 features without comments.