This release adds 3 notable features for engineering teams evaluating rollout.
Published 26d
Network Security
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
chacha20-poly1305
cryptography
security
go
hybrid-cryptography
kyber
+7 more
ml-kem
post-quantum-cryptography
rust
tcp
tokio
udp
zero-allocation
Affected surfaces
crypto_tls
Summary
AI summaryUpdates Getting Started, Key Features, and Kyber across a mixed release.
Full changelog
This is the first stable release of pqc-proxy, a hybrid post-quantum TCP tunnel designed to secure legacy application traffic against future quantum cryptanalysis.
Key Features
- Hybrid Key Exchange: Combines X25519 (ECDH) and ML-KEM-768 (Kyber) for robust, quantum-safe security.
- AEAD Encryption: Full stream protection using ChaCha20-Poly1305.
- Zero-Allocation Pipeline: Optimized data relaying using
sync.Poolto minimize memory overhead. - Chaos Testing: Integrated framework for network stability and resilience testing.
- Observability: Built-in Prometheus metrics exporter for real-time monitoring.
Getting Started
- Download the binary matching your OS.
- Run as a Server:
./pqc-proxy -mode server -listen :9090 -target 127.0.0.1:8000 - Run as a Client:
./pqc-proxy -mode client -listen :3000 -target 127.0.0.1:9090
Changelog
- Implement hybrid PQC handshake engine.
- Integrate Chaos injection for network reliability testing.
- Setup CI/CD pipeline via GitHub Actions.
- Add comprehensive documentation and unit test suites.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Latch
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]