#post-quantum-cryptography #post-quantum #security

yanked pqcrypto-wasi

Post-Quantum cryptographic primitives with WASM/WASI support

0.14.4 Oct 17, 2021
0.14.3 Oct 17, 2021
0.14.2 Oct 13, 2021

#60 in #post-quantum

27 downloads per month

MIT/Apache

76MB
2M SLoC

GNU Style Assembly 1M SLoC // 0.0% comments C 709K SLoC // 0.2% comments Bitbake 118K SLoC // 0.0% comments Rust 3K SLoC // 0.0% comments Python 3K SLoC // 0.1% comments SWIG 694 SLoC // 0.0% comments Jinja2 400 SLoC INI 8 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

~333MB
~8.5M SLoC