[package] name = "pq-xdh" version = "0.0.0" edition = "2021" author = "Jake " license = "BSD-2-Clause" description = "An implementation of PQ-XDH which uses X25519 and aims to work with any PQ-KEM supported by the RustCrypto KEM traits." repository = "https://github.com/brxken128/pq-xdh" readme = "README.md" keywords = ["cryptography", "post-quantum", "kem", "kex", "key-exchange"] categories = ["cryptography"] [dependencies] [clippy] allow = ["unwrap_in_tests"]