Skip to content

Commit 4e67374

Browse files
committed
fix(registry): remove duplicate BLAKE2b-HMAC variant (#752)
Signed-off-by: Mehrn0ush <[email protected]>
1 parent 248a05f commit 4e67374

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

schema/cryptography-defs.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,6 @@
933933
{
934934
"pattern": "BLAKE2s-(160|256)",
935935
"primitive": "hash"
936-
},
937-
{
938-
"pattern": "BLAKE2b-(160|256|384|512)-HMAC",
939-
"primitive": "mac"
940936
}
941937
]
942938
},
@@ -1018,11 +1014,11 @@
10181014
],
10191015
"variant": [
10201016
{
1021-
"pattern": "TUAC[-MAC]",
1017+
"pattern": "TUAK[-MAC]",
10221018
"primitive": "mac"
10231019
},
10241020
{
1025-
"pattern": "TUAC[-KDF]",
1021+
"pattern": "TUAK[-KDF]",
10261022
"primitive": "kdf"
10271023
}
10281024
]
@@ -1407,7 +1403,7 @@
14071403
],
14081404
"variant": [
14091405
{
1410-
"pattern": "bcrypt[-{cost)]",
1406+
"pattern": "bcrypt[-{cost}]",
14111407
"primitive": "hash"
14121408
}
14131409
]

0 commit comments

Comments
 (0)