Skip to content

Commit b1e2223

Browse files
author
royb
committed
fixed xwingtest failing due to ml-dsa
1 parent 08d1f20 commit b1e2223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/bouncycastle/pqc/crypto/test/XWingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void testKEM()
2020
throws Exception
2121
{
2222
String temp = "061550234D158C5EC95595FE04EF7A25767F2E24CC2BC479D09D86DC9ABCFDE7056A8C266F9EF97ED08541DBD2E1FFA1";
23-
String expectedSecret = "e5015e7e9b71e3a0436b159a042b14cb5b63435eee3b8db95f1e8fcce44632a8";
23+
String expectedSecret = "81b50581e5f7390675d542802e84f717fa3b87b5391217869e00eb54ba679a00";
2424

2525
byte[] seed = Hex.decode(temp);
2626

0 commit comments

Comments
 (0)