Cargo Features
[dependencies]
citadel_pqcrypto = { version = "0.9.0", default-features = false, features = ["std", "wasm"] }
- default = std
-
The
std
feature is set by default whenevercitadel_pqcrypto
is added without
somewhere in the dependency tree.default-features = false - 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.