Skip to content

Commit b309d52

Browse files
Merge pull request #312 from expressvpn/add-x25519-mlkem768
COVPN-32: Support X25519 x ML-KEM-768 hybrid method
2 parents 92d83cc + c2c20f5 commit b309d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightway-core/src/context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ const SERVER_CURVE_PQC_GROUPS: &[wolfssl::CurveGroup] = &[
355355
wolfssl::CurveGroup::P521MLKEM1024,
356356
wolfssl::CurveGroup::P521KyberLevel5,
357357
#[cfg(not(feature = "kyber_only"))]
358+
wolfssl::CurveGroup::X25519MLKEM768,
359+
#[cfg(not(feature = "kyber_only"))]
358360
wolfssl::CurveGroup::P256MLKEM512,
359361
wolfssl::CurveGroup::P256KyberLevel1,
360362
wolfssl::CurveGroup::EccSecp256R1,

0 commit comments

Comments
 (0)