Why it matters
ECDH is TLS foundation. Understanding shapes crypto.
Advertisement
The architecture
Alice: A = a*G. Bob: B = b*G.
Shared: a*B = b*A = ab*G.
Advertisement
How it works end to end
ECDHE for forward secrecy.
X25519 modern.
Post-quantum + classical hybrids emerging.