Skip to content

Commit e152cc1

Browse files
chore: update algorithm families (CycloneDX#852)
This PR updates `schema/cryptography-defs.schema.json` with the latest algorithm families generated from `schema/cryptography-defs.json`.
2 parents dbb6575 + f9ab2ad commit e152cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/cryptography-defs.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "http://cyclonedx.org/schema/cryptography-defs.schema.json",
4-
"$comment": "2026-02-26T14:12:39Z",
4+
"$comment": "2026-03-05T14:27:50Z",
55
"title": "Cryptographic Algorithm Family Definitions",
66
"description": "Enumerates cryptographic algorithm families and their specific metadata.",
77
"type": "object",
@@ -281,7 +281,6 @@
281281
"IDEA",
282282
"IKE-PRF",
283283
"J-PAKE",
284-
"KMAC",
285284
"LMS",
286285
"MD2",
287286
"MD4",
@@ -334,7 +333,8 @@
334333
"Yarrow",
335334
"ZUC",
336335
"bcrypt",
337-
"scrypt"
336+
"scrypt",
337+
"yescrypt"
338338
]
339339
},
340340
"ellipticCurvesEnum": {

0 commit comments

Comments
 (0)