Cargo Features

[dependencies]
pqxdh-zoa = { version = "0.1.1", default-features = false, features = ["impls"] }
default = impls

The impls feature is set by default whenever pqxdh-zoa is added without default-features = false somewhere in the dependency tree.

impls default

Generic implementation of PQXDH

Enables crypto-common, hkdf, hmac, and x25519-dalek