Skip to content

Commit 1c694c0

Browse files
committed
feat(registry): add AES-GCM-SIV AEAD variant
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 69a677e commit 1c694c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schema/cryptography-defs.json

Lines changed: 10 additions & 0 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
{

0 commit comments

Comments
 (0)