Skip to content

Commit 9f2c518

Browse files
committed
removed HQC
1 parent ff89da0 commit 9f2c518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/src/main/java/org/bouncycastle/jce/provider/BouncyCastleProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public final class BouncyCastleProvider extends Provider
131131
private static final String[] ASYMMETRIC_CIPHERS =
132132
{
133133
"DSA", "DH", "EC", "RSA", "GOST", "ECGOST", "ElGamal", "DSTU4145", "GM", "EdEC", "LMS", "SPHINCSPlus",
134-
"Dilithium", "Falcon", "NTRU", "CONTEXT", "SLHDSA", "MLDSA", "MLKEM", "HQC"
134+
"Dilithium", "Falcon", "NTRU", "CONTEXT", "SLHDSA", "MLDSA", "MLKEM"
135135
};
136136

137137
/*

0 commit comments

Comments
 (0)