Skip to content

Latch

v1.0.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 26d Network Security
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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 summary

Updates 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.Pool to 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

  1. Download the binary matching your OS.
  2. Run as a Server:
    ./pqc-proxy -mode server -listen :9090 -target 127.0.0.1:8000
  3. 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

Track Latch

Get notified when new releases ship.

Sign up free

About Latch

All releases →

Related context

Beta — feedback welcome: [email protected]