Skip to content

Commit 7fedea2

Browse files
committed
feat(registry): add XChaCha20-Poly1305 AEAD variant
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 248a05f commit 7fedea2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@
468468
{
469469
"pattern": "ChaCha20-Poly1305",
470470
"primitive": "ae"
471+
},
472+
{
473+
"pattern": "XChaCha20-Poly1305",
474+
"primitive": "ae"
471475
}
472476
]
473477
},

0 commit comments

Comments
 (0)