Recent Releases of qzkp
qzkp - v1.0.2
Quantum ZKP Release v1.0.2
What's New
This release includes: - Secure quantum zero-knowledge proof implementation - Post-quantum cryptographic security - Configurable soundness levels (32-256 bits) - Comprehensive test suite and documentation
Security Features
- Zero information leakage (proven through testing)
- NIST post-quantum cryptography standards
- Dilithium digital signatures
- BLAKE3 and SHA-256 cryptographic hashing
Performance
- Sub-millisecond proof generation
- Proof sizes: 13.5KB (32-bit) to 41.9KB (256-bit)
- Production-ready performance characteristics
Installation
Download the appropriate binary for your platform:
- Linux (x64): qzkp-linux-amd64.tar.gz
- Linux (ARM64): qzkp-linux-arm64.tar.gz
- macOS (Intel): qzkp-darwin-amd64.tar.gz
- macOS (Apple Silicon): qzkp-darwin-arm64.tar.gz
- Windows (x64): qzkp-windows-amd64.zip
Usage
```bash
Quick demo
./qzkp demo
Security analysis
./qzkp security
All examples
./qzkp examples ```
Verification
Verify the integrity of downloaded files using the provided checksums:
bash
sha256sum -c checksums.txt
Documentation
Citation
If you use this software in academic work, please cite:
bibtex
@software{cloutier2025qzkp,
author = {Nick Cloutier},
title = {Secure Quantum Zero-Knowledge Proofs: Implementation, Analysis, and Optimization},
year = {2025},
url = {https://github.com/hydraresearch/qzkp},
version = {v1.0.2}
}
Full Changelog: https://github.com/hydraresearch/qzkp/compare/v1.0.0...v1.0.2
- Python
Published by github-actions[bot] 9 months ago