27 releases (15 breaking)

0.16.1 Nov 16, 2022
0.15.0 Apr 14, 2022
0.14.2 Sep 20, 2021
0.14.0 Jun 10, 2021
0.6.2 Jul 24, 2019

#452 in Cryptography

Download history 698/week @ 2022-11-27 632/week @ 2022-12-04 588/week @ 2022-12-11 423/week @ 2022-12-18 182/week @ 2022-12-25 595/week @ 2023-01-01 589/week @ 2023-01-08 632/week @ 2023-01-15 536/week @ 2023-01-22 855/week @ 2023-01-29 904/week @ 2023-02-05 941/week @ 2023-02-12 374/week @ 2023-02-19 425/week @ 2023-02-26 425/week @ 2023-03-05 428/week @ 2023-03-12

1,722 downloads per month
Used in 4 crates

MIT/Apache

194MB
5M SLoC

GNU Style Assembly 3M SLoC // 0.0% comments C 2M SLoC // 0.2% comments Rust 35K SLoC // 0.0% comments Python 8K SLoC // 0.1% comments Happy 3.5K SLoC SWIG 1.5K SLoC // 0.0% comments 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.

Insecure algorithms

This crate contains optional support for insecure algorithms. They can be enabled via the cryptographically-insecure flag.

This crate also contains algorithms that have non-constant time implementations. Always check the relevant algorithms for their security details.

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