(curve CurveID)
| 153 | ) |
| 154 | |
| 155 | func isTLS13OnlyKeyExchange(curve CurveID) bool { |
| 156 | return curve == X25519MLKEM768 |
| 157 | } |
| 158 | |
| 159 | func isPQKeyExchange(curve CurveID) bool { |
| 160 | return curve == X25519MLKEM768 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…