Commit 4b6408a
authored
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 changes1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
0 commit comments