(curve CurveID)
| 157 | } |
| 158 | |
| 159 | func isPQKeyExchange(curve CurveID) bool { |
| 160 | return curve == X25519MLKEM768 |
| 161 | } |
| 162 | |
| 163 | // TLS 1.3 Key Share. See RFC 8446, Section 4.2.8. |
| 164 | type keyShare struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…