pub const TLS13_CIPHER_SUITES: [u16; 3];Expand description
The TLS 1.3 cipher suites, as IANA codepoints.
The whole set: TLS 1.3 defines five and rustls implements the three that
QUIC can use. Named here so a caller enumerating support does not have to
hardcode the numbers, and so show_cipher_suite and this list cannot
drift apart.