Skip to content

Commit 88d01bf

Browse files
Remove dash from SHA-3 hash algorithms (#871)
The official name of the hash algorithms does not contain the dash.
2 parents 28f2ce4 + efe4268 commit 88d01bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)