pqcrypto

Crates.iopqcrypto
lib.rspqcrypto
version
sourcesrc
created_at2019-04-03 13:16:56.543009
updated_at2024-11-04 08:22:59.946835
descriptionPost-Quantum cryptographic primitives
homepagehttps://github.com/rustpq/
repositoryhttps://github.com/rustpq/pqcrypto/
max_upload_size
id125639
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`
size0
cargo (github:rustpq:cargo)

documentation

README

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.

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.

Commit count: 234

cargo fmt