Commit c9d1e9a
authored
Add Argon2 (RFC 9106) to Cryptography Registry (CycloneDX#793)
This PR adds Argon2 (RFC 9106) to `schema/cryptography-defs.json`.
## Notes on parameter naming vs Issue CycloneDX#756
Issue CycloneDX#756 proposes:
`Argon2(id|i|d)[-{memoryMiB}][-{iterations}][-{parallelism}]`.
RFC 9106 defines:
- `m` as **memory size in kibibytes (KiB)**,
- `t` as **number of passes**,
- `p` as **degree of parallelism**.
Accordingly, this PR uses:
`Argon2(id|i|d)[-{memoryKiB}][-{passes}][-{parallelism}]`
If the community prefers the Issue's naming for consistency with
existing conventions, I can update the pattern accordingly.
Refs: CycloneDX#7562 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1402 | 1402 | | |
1403 | 1403 | | |
1404 | 1404 | | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
1405 | 1420 | | |
1406 | 1421 | | |
1407 | 1422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| |||
0 commit comments