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.
1 parent cfe3110 commit dd05279Copy full SHA for dd05279
core/src/test/java/org/bouncycastle/pqc/crypto/test/HQCTest.java
@@ -89,7 +89,7 @@ public void testVectors()
89
byte[] sk = Hex.decode(buf.get("sk")); // private key
90
byte[] ct = Hex.decode(buf.get("ct")); // ciphertext
91
byte[] ss = Hex.decode(buf.get("ss")); // session key
92
- System.out.println(Hex.toHexString(seed));
+
93
HQCParameters parameters = listParams[fileIndex];
94
95
HQCKeyPairGenerator hqcKeyGen = new HQCKeyPairGenerator();
0 commit comments