Crates.io | pqcrypto |
lib.rs | pqcrypto |
version | |
source | src |
created_at | 2019-04-03 13:16:56.543009 |
updated_at | 2024-11-04 08:22:59.946835 |
description | Post-Quantum cryptographic primitives |
homepage | https://github.com/rustpq/ |
repository | https://github.com/rustpq/pqcrypto/ |
max_upload_size | |
id | 125639 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
This super-crate contains the following cryptographic algorithms:
If you want serde
support, enable the serialization
feature.
You may also enable it for individual algorithms via pqcrypto-{alg}/serialization
.
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.