Skip to content

Commit f613597

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,16 @@
353353
"pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]",
354354
"primitive": "ae"
355355
},
356+
{
357+
"standard": [
358+
{
359+
"name": "RFC8452",
360+
"url": "https://doi.org/10.17487/RFC8452"
361+
}
362+
],
363+
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
364+
"primitive": "ae"
365+
},
356366
{
357367
"standard": [
358368
{

0 commit comments

Comments
 (0)