ZHTP (Zero-Knowledge Hidden Transport Protocol)
ZHTP is a next-generation internet protocol that combines post-quantum cryptography with zero-knowledge proofs to enable fully private and hidden communication channels for decentralized applications.
- Kyber-768 for key encapsulation
- Dilithium2 for digital signatures
- Future-proof against quantum computer attacks
- Hidden routing paths with ZK-SNARKs
- Plonk proving system
- Verifiable but private state transitions
- Complete sender/receiver anonymity
- Peer-to-peer networking
- DHT-based hidden content addressing
- Byzantine fault tolerant consensus
- No central authorities or tracking
- Native WASM support
- True private browsing
- Hidden decentralized applications
# Clone repository
git clone https://github.com/SOVEREIGN-NETWORK/ZHTP.git
cd ZHTP
# Build project
cargo build --release
# Run tests
cargo test --test system_test -- --nocapture
# Start local node
cargo run --release- Core protocol implementation
- Post-quantum cryptography integration
- Zero-knowledge hiding system
- Hidden DHT storage layer
- Private browser interface
- Enhanced anonymity features
- Performance optimizations
- Extended API documentation
- Security audits
We welcome contributions! Please check out our Contributing Guide for guidelines.
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
- GitHub Issues: For bug reports and feature requests
- Email: [email protected]
- Discord: Join our community
Built with ❤️ by the Sovereign Network team