Skip to content

Commit 0a5d281

Browse files
authored
Remove dash from SHA-3 hash algorithms
The official name of the hash algorithms does not contain the dash. Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent b92bd46 commit 0a5d281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/cryptography-defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
],
324324
"variant": [
325325
{
326-
"pattern": "SHA-3-(224|256|384|512)",
326+
"pattern": "SHA3-(224|256|384|512)",
327327
"primitive": "hash"
328328
},
329329
{

0 commit comments

Comments
 (0)