Skip to content

Commit 87c226f

Browse files
committed
Add more symmetric modes
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent af50fc3 commit 87c226f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@
255255
"kwp",
256256
"cts",
257257
"xts",
258+
"xpn",
259+
"ff1",
260+
"ff3-1",
258261
"other",
259262
"unknown"
260263
],
@@ -274,6 +277,9 @@
274277
"kwp": "AES Key Wrap with Padding (RFC 5649).",
275278
"cts": "Ciphertext Stealing mode.",
276279
"xts": "XEX Tweaked-codebook with Stealing (disk encryption).",
280+
"xpn": "Extended Packet Numbering mode.",
281+
"ff1": "Format-preserving encryption mode 1.",
282+
"ff3-1": "Format-preserving encryption mode 3, update 1.",
277283
"other": "Another mode of operation.",
278284
"unknown": "The mode is not known."
279285
}

0 commit comments

Comments
 (0)