Add ds7_handshake_overhead.csv (v0.1)
Browse files
ds7_handshake_overhead.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
handshake,client_kex_bytes,server_kex_bytes,total_kex_bytes,delta_vs_classical_pfs_bytes,quantum_safe,note
|
| 2 |
+
TLS1.2 RSA kex (no PFS),256,256,512,448,False,no forward secrecy — fully HNDL-exposed
|
| 3 |
+
TLS1.3 X25519 (classical PFS),32,32,64,0,False,"forward secret, quantum-vulnerable"
|
| 4 |
+
TLS1.3 hybrid X25519+ML-KEM-768,1216,1120,2336,2272,True,quantum-safe (Cloudflare default)
|
| 5 |
+
TLS1.3 pure ML-KEM-768,1184,1088,2272,2208,True,"quantum-safe, no classical fallback"
|