Skip to content

Commit 292c783

Browse files
committed
Merge branch 'main' of gitlab.cryptoworkshop.com:root/bc-java
2 parents b53457d + b56ace4 commit 292c783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/src/main/java/org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ protected byte[] engineWrap(
268268
return rv;
269269
}
270270
catch (IllegalArgumentException e)
271-
{ e.printStackTrace();
271+
{
272272
throw new IllegalBlockSizeException("unable to generate KTS secret: " + e.getMessage());
273273
}
274274
catch (DestroyFailedException e)

0 commit comments

Comments
 (0)