28 releases (16 breaking)

0.17.0 Oct 16, 2023
0.16.1 Nov 16, 2022
0.16.0 Oct 21, 2022
0.15.0 Apr 14, 2022
0.6.2 Jul 24, 2019

#1467 in Cryptography

Download history 2/week @ 2023-12-17 157/week @ 2023-12-24 302/week @ 2023-12-31 331/week @ 2024-01-07 75/week @ 2024-01-14 122/week @ 2024-01-21 169/week @ 2024-01-28 26/week @ 2024-02-04 18/week @ 2024-02-11 38/week @ 2024-02-18 144/week @ 2024-02-25 128/week @ 2024-03-03 46/week @ 2024-03-10 88/week @ 2024-03-17 17/week @ 2024-03-24 384/week @ 2024-03-31

538 downloads per month
Used in 4 crates

MIT/Apache

113MB
2.5M SLoC

GNU Style Assembly 1.5M SLoC // 0.0% comments C 856K SLoC // 0.3% comments Rust 17K SLoC // 0.0% comments Bitbake 16K SLoC // 0.0% comments Python 9K SLoC // 0.1% comments Jinja2 1K SLoC INI 24 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.

Dependencies