Skip to content

Commit e0285d7

Browse files
committed
Add outputLength property to schema
1 parent ff45d63 commit e0285d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

schema/2.0/model/cyclonedx-cryptography-2.0.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@
321321
"$ref": "#/$defs/cryptographicFunction"
322322
}
323323
},
324+
"outputLength": {
325+
"type": "integer",
326+
"title": "Output length",
327+
"description": "The output length provided by the cryptographic algorithm (in bits). For example: XOF output length, MAC tag length, derived key length for KDF.",
328+
"minimum": 0
329+
},
324330
"classicalSecurityLevel": {
325331
"type": "integer",
326332
"title": "classical security level",

0 commit comments

Comments
 (0)