Crates.io | pqcrypto-classicmceliece |
lib.rs | pqcrypto-classicmceliece |
version | 0.2.0 |
source | src |
created_at | 2020-02-11 08:38:59.06763 |
updated_at | 2023-10-16 14:57:48.876897 |
description | Post-Quantum Key-Encapsulation Mechanism classicmceliece |
homepage | https://github.com/rustpq/ |
repository | https://github.com/rustpq/pqcrypto/ |
max_upload_size | |
id | 207293 |
size | 22,175,321 |
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.
mceliece348864
clean
avx2
(if supported)mceliece348864f
clean
avx2
(if supported)mceliece460896
clean
avx2
(if supported)mceliece460896f
clean
avx2
(if supported)mceliece6688128
clean
avx2
(if supported)mceliece6688128f
clean
avx2
(if supported)mceliece6960119
clean
avx2
(if supported)mceliece6960119f
clean
avx2
(if supported)mceliece8192128
clean
avx2
(if supported)mceliece8192128f
clean
avx2
(if supported)This implementation requires a lot of stack space.
You need to specify RUST_MIN_STACK=800000000
, probably.
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.