Crates.io | qp-dilithium-crypto |
lib.rs | qp-dilithium-crypto |
version | 0.1.1 |
created_at | 2025-09-13 05:20:58.235146+00 |
updated_at | 2025-09-13 05:20:58.235146+00 |
description | Dilithium post-quantum cryptographic signatures implementation for Substrate |
homepage | https://quantus.com |
repository | https://github.com/Quantus-Network/chain |
max_upload_size | |
id | 1837227 |
size | 127,956 |
A Rust implementation of Dilithium post-quantum cryptographic signatures for Substrate-based blockchains.
This crate provides Dilithium digital signature functionality optimized for use in Substrate runtime environments. Dilithium is a post-quantum cryptographic signature scheme that is part of the NIST Post-Quantum Cryptography Standardization process.
Add this to your Cargo.toml
:
[dependencies]
qp-dilithium-crypto = "0.1.0"
use qp_dilithium_crypto::DilithiumSignature;
// Example usage will be added here
default
: Enables std
featurestd
: Standard library supportfull_crypto
: Enables full cryptographic functionalityserde
: Enables serialization supportThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.