About this question
Hard · networking · Quant Developer interview question · tls, tls-1.3, psk, session-resumption, networking, certificate, rfc-8446
TLS 1.3 session resumption significantly reduces connection latency by using a pre-shared key (PSK), bypassing the full cryptographic handshake. In high-frequency trading, this mechanism is crucial for minimizing downtime and ensuring rapid reconnection to exchange gateways after a network disruption. This problem involves calculating key parameters used by a server to validate a client's session resumption ticket. Task Implement the function compute_tls_ticket_params to determine a TLS 1.3 ses