Cargo Features
[dependencies]
pqcrypto-compat = { version = "0.2.0", default-features = false, features = ["pqcrypto-kyber", "pqcrypto-frodo", "pqcrypto-ntru", "pqcrypto-ntruprime", "pqcrypto-saber", "pqcrypto-classicmceliece", "pqcrypto-hqc", "pqcrypto-dilithium", "pqcrypto-falcon", "pqcrypto-rainbow", "pqcrypto-sphincsplus", "serde_impls"] }
- default = pqcrypto-classicmceliece, pqcrypto-dilithium, pqcrypto-falcon, pqcrypto-frodo, pqcrypto-hqc, pqcrypto-kyber, pqcrypto-ntru, pqcrypto-ntruprime, pqcrypto-rainbow, pqcrypto-saber, pqcrypto-sphincsplus
-
These default features are set whenever
pqcrypto-compat
is added without
somewhere in the dependency tree.default-features = false - pqcrypto-kyber default
-
Enables pqcrypto-kyber of pqcrypto ^0.15
- pqcrypto-frodo default
-
Enables pqcrypto-frodo of pqcrypto ^0.15
- pqcrypto-ntru default
-
Enables pqcrypto-ntru of pqcrypto ^0.15
- pqcrypto-ntruprime default
-
Enables pqcrypto-ntruprime of pqcrypto ^0.15
- pqcrypto-saber default
-
Enables pqcrypto-saber of pqcrypto ^0.15
- pqcrypto-classicmceliece default
-
Enables pqcrypto-classicmceliece of pqcrypto ^0.15
- pqcrypto-hqc default
-
Enables pqcrypto-hqc of pqcrypto ^0.15
- pqcrypto-dilithium default
-
Enables pqcrypto-dilithium of pqcrypto ^0.15
- pqcrypto-falcon default
-
Enables pqcrypto-falcon of pqcrypto ^0.15
- pqcrypto-rainbow default
-
Enables pqcrypto-rainbow of pqcrypto ^0.15
- pqcrypto-sphincsplus default
-
Enables pqcrypto-sphincsplus of pqcrypto ^0.15
- serde_impls
-
Enables serialization of pqcrypto ^0.15
pqcrypto-compat has 13 features without comments.