We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92d83cc + c2c20f5 commit b309d52Copy full SHA for b309d52
lightway-core/src/context.rs
@@ -355,6 +355,8 @@ const SERVER_CURVE_PQC_GROUPS: &[wolfssl::CurveGroup] = &[
355
wolfssl::CurveGroup::P521MLKEM1024,
356
wolfssl::CurveGroup::P521KyberLevel5,
357
#[cfg(not(feature = "kyber_only"))]
358
+ wolfssl::CurveGroup::X25519MLKEM768,
359
+ #[cfg(not(feature = "kyber_only"))]
360
wolfssl::CurveGroup::P256MLKEM512,
361
wolfssl::CurveGroup::P256KyberLevel1,
362
wolfssl::CurveGroup::EccSecp256R1,
0 commit comments