Drop SHA3-224

Drop the 224bits variant as it looks like SHA3-224 may be deprecated soon based on NIST's most recent draft revision of Transitioning the Use of Cryptographic Algorithms and Key Lengths
This commit is contained in:
Arthur Baars
2024-11-25 11:25:45 +01:00
committed by GitHub
parent c6eaed343d
commit 5eb91fd516

View File

@@ -250,7 +250,7 @@ string getASecureAlgorithmName() {
result =
[
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?![^a-zA-Z](ECB|CBC/PKCS[57]Padding))",
"Blowfish", "ECIES", "SHA3-(224|256|384|512)"
"Blowfish", "ECIES", "SHA3-(256|384|512)"
]
}