Commit 09d7b33
authored
Feat/crypto registry aes gcm siv (#759)
As discussed in ticket #758, this PR adds AES-GCM-SIV as an AEAD variant
to the Cryptography Registry.
Fixes #758
### Details
- Adds standardized AES-GCM-SIV (RFC 8452) as an `ae` variant under the
existing AES family
### Scope
- Registry data only (`schema/cryptography-defs.json`)
- No schema or specification behavior changes1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
356 | 366 | | |
357 | 367 | | |
358 | 368 | | |
| |||
0 commit comments