pqcrypto-mldsa

Crates.iopqcrypto-mldsa
lib.rspqcrypto-mldsa
version
sourcesrc
created_at2024-11-04 08:22:06.123216
updated_at2024-11-04 08:22:06.123216
descriptionPost-Quantum Signature Scheme mldsa
homepagehttps://github.com/rustpq/
repositoryhttps://github.com/rustpq/pqcrypto/
max_upload_size
id1434664
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
Thom Wiggers (thomwiggers)

documentation

README

mldsa

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.

Serialization

If you want serde support, enable the serialization feature.

Included implementations from PQClean

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.

  • ml-dsa-44
    • clean
    • avx2 (if supported)
    • aarch64 (if supported)
  • ml-dsa-65
    • clean
    • avx2 (if supported)
    • aarch64 (if supported)
  • ml-dsa-87
    • clean

    • avx2 (if supported)

    • aarch64 (if supported)

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: 236

cargo fmt