Proof-of-concept project to benchmark hybrid TLS (ECDH + ML-KEM) against classical TLS.
Client → Quantum TLS Gateway → Backend API
The gateway is provider-agnostic and supports multiple crypto backends:
- AWS s2n-tls
- OpenSSL + OQS
- Cloudflare PQC (BoringSSL)
- NVIDIA experimental provider
- Compare classical TLS vs hybrid PQC TLS
- Measure handshake latency
- Measure request latency
- Measure throughput
- Measure CPU cost
docker compose upThen run benchmarks:
python benchmark/run_benchmark.py