Cargo Features
[dependencies]
pqxdh-zoa = { version = "0.1.1", default-features = false, features = ["impls"] }
- default = impls
-
The
implsfeature is set by default wheneverpqxdh-zoais added withoutsomewhere in the dependency tree.default-features = false - impls default
-
Generic implementation of PQXDH
Enables crypto-common, hkdf, hmac, and x25519-dalek