Skip to content

Commit f2a2652

Browse files
committed
fix(registry): correct BLAKE2s-HMAC variant typo (#752)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 248a05f commit f2a2652

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

schema/cryptography-defs.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,16 @@
338338
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
339339
"primitive": "ae"
340340
},
341+
{
342+
"standard": [
343+
{
344+
"name": "RFC 8452",
345+
"url": "https://doi.org/10.17487/RFC8452"
346+
}
347+
],
348+
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
349+
"primitive": "ae"
350+
},
341351
{
342352
"standard": [
343353
{
@@ -935,11 +945,11 @@
935945
"primitive": "hash"
936946
},
937947
{
938-
"pattern": "BLAKE2b-(160|256|384|512)-HMAC",
948+
"pattern": "BLAKE2s-(160|256)-HMAC",
939949
"primitive": "mac"
940950
}
941951
]
942-
},
952+
},
943953
{
944954
"family": "BLAKE3",
945955
"standard": [
@@ -1018,11 +1028,11 @@
10181028
],
10191029
"variant": [
10201030
{
1021-
"pattern": "TUAC[-MAC]",
1031+
"pattern": "TUAK[-MAC]",
10221032
"primitive": "mac"
10231033
},
10241034
{
1025-
"pattern": "TUAC[-KDF]",
1035+
"pattern": "TUAK[-KDF]",
10261036
"primitive": "kdf"
10271037
}
10281038
]
@@ -1407,7 +1417,7 @@
14071417
],
14081418
"variant": [
14091419
{
1410-
"pattern": "bcrypt[-{cost)]",
1420+
"pattern": "bcrypt[-{cost}]",
14111421
"primitive": "hash"
14121422
}
14131423
]

0 commit comments

Comments
 (0)