Skip to content

Commit 4b6408a

Browse files
feat(registry): add XChaCha20-Poly1305 AEAD variant (#755)
As discussed in ticket #754, this PR adds XChaCha20-Poly1305 as an AEAD variant to the Cryptography Registry. Fixes #754 ### Details - Adds `XChaCha20-Poly1305` as an `ae` variant under the existing `ChaCha20` family ### Scope - Cryptography Registry data only (`schema/cryptography-defs.json`) - No schema or specification behavior changes
2 parents 248a05f + 7fedea2 commit 4b6408a

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)