29 releases (17 breaking)
0.18.0 | Nov 4, 2024 |
---|---|
0.17.0 | Oct 16, 2023 |
0.16.1 | Nov 16, 2022 |
0.15.0 | Apr 14, 2022 |
0.6.2 | Jul 24, 2019 |
#826 in Cryptography
587 downloads per month
Used in 6 crates
123MB
2.5M
SLoC
Post-Quantum cryptographic algorithms
This project contains Post-Quantum cryptographic algorithms that participate in the NIST PQC standardization effort. It is currently a collection of wrappers around C implementations from the PQClean project.
Included algorithms
This super-crate contains the following cryptographic algorithms:
Key-Encapsulation Mechanisms
Signature Schemes
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 project for the appropriate licenses.