| Crates.io | pqcrypto-ntru-wasi |
| lib.rs | pqcrypto-ntru-wasi |
| version | 0.5.11 |
| created_at | 2021-10-13 20:32:16.630753+00 |
| updated_at | 2022-07-02 07:35:19.808104+00 |
| description | Post-Quantum Key-Encapsulation Mechanism ntru |
| homepage | https://github.com/rustpq/ |
| repository | https://github.com/rustpq/pqcrypto/ |
| max_upload_size | |
| id | 464645 |
| size | 43,813,488 |
This crate contains bindings to the C implementations of the following schemes, from PQClean.
This project packages 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.
If you want serde support, enable the serialization feature.
Below is a list of the included schemes and the corresponding implementations
sourced from PQClean. The "default" implementation is used in the
Rust-friendly interface, alternative implementations are exposed as ffi
methods only.
ntruhps2048509
cleanavx2 (if supported)ntruhps2048677
cleanavx2 (if supported)ntruhps4096821
cleanavx2 (if supported)ntruhps40961229
cleanntruhrss701
cleanavx2 (if supported)ntruhrss1373
clean
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.