Skip to content

Commit bffd6a7

Browse files
committed
TLS: Update ML-KEM codepoints
- draft-connolly-tls-mlkem-key-agreement-05
1 parent a5c27a4 commit bffd6a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tls/src/main/java/org/bouncycastle/tls/NamedGroup.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ public class NamedGroup
110110
public static final int OQS_mlkem1024 = 0x0249;
111111

112112
/*
113-
* draft-connolly-tls-mlkem-key-agreement-03
113+
* draft-connolly-tls-mlkem-key-agreement-05
114114
*/
115-
public static final int MLKEM512 = 0x0512;
116-
public static final int MLKEM768 = 0x0768;
117-
public static final int MLKEM1024 = 0x1024;
115+
public static final int MLKEM512 = 0x0200;
116+
public static final int MLKEM768 = 0x0201;
117+
public static final int MLKEM1024 = 0x0202;
118118

119119
/* Names of the actual underlying elliptic curves (not necessarily matching the NamedGroup names). */
120120
private static final String[] CURVE_NAMES = new String[]{ "sect163k1", "sect163r1", "sect163r2", "sect193r1",

0 commit comments

Comments
 (0)