2 releases
0.2.5 | Jul 2, 2022 |
---|---|
0.2.4 | Oct 17, 2021 |
0.2.3 |
|
0.2.2 |
|
0.2.1 |
|
#2125 in Cryptography
170 downloads per month
Used in 26 crates
(11 directly)
130KB
3K
SLoC
Bindings to quantum-safe cryptographic libraries
This repository contains bindings to C implementations of cryptographic algorithms part of the NIST competition. These bindings are generated based on the PQClean project, which aims to collect 'clean' implementations of cryptographic algorithms.
How to generate the bindings
The pqcrypto-templates
folder contains the master copies of the Rust files.
The binding libraries are generated from the PQClean meta files and PQClean specified API.
The file implementations.yaml
controls the version numbers and included variants of each scheme.
The generation of the different pq-crates is done by the generate-implementation.py
script.
Documentation
Dependencies
~52–400KB