# Post-Quantum cryptographic algorithms
This project contains Post-Quantum cryptographic algorithms that participate in
the [NIST PQC standardization effort][nistpqc]. It is currently a collection of
wrappers around C implementations from the [PQClean][pqclean] project.
## Included algorithms
This super-crate contains the following cryptographic algorithms:
## Key-Encapsulation Mechanisms
* [``pqcrypto-mlkem``](https://crates.io/crates/pqcrypto-mlkem)
* [``pqcrypto-classicmceliece``](https://crates.io/crates/pqcrypto-classicmceliece)
* [``pqcrypto-hqc``](https://crates.io/crates/pqcrypto-hqc)
## Signature Schemes
* [``pqcrypto-mldsa``](https://crates.io/crates/pqcrypto-mldsa)
* [``pqcrypto-falcon``](https://crates.io/crates/pqcrypto-falcon)
* [``pqcrypto-sphincsplus``](https://crates.io/crates/pqcrypto-sphincsplus)
## Serialization
If you want `serde` support, enable the `serialization` feature.
You may also enable it for individual algorithms via `pqcrypto-{alg}/serialization`.
## License
The wrappers and wrapper generation scripts in this project are covered by the
MIT or Apache 2.0 licenses, at your choice.
The implementations we link to are not, however. Please see the [PQClean][pqclean]
project for the appropriate licenses.
[pqclean]: https://github.com/PQClean/PQClean/
[nistpqc]: https://nist.gov/pqc/