From 43d8a03a5b1dca067f302eee59518640f76d777a Mon Sep 17 00:00:00 2001 From: Jacob Marks <100745682+J8k3@users.noreply.github.com> Date: Sat, 16 May 2026 23:42:29 -0400 Subject: [PATCH] Fix Categories.json: add new ops, fix renamed op names, move ECDH to Ciphers --- src/core/config/Categories.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 98a88240..bc7c079d 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -160,6 +160,7 @@ "Citrix CTX1 Decode", "AES Key Wrap", "AES Key Unwrap", + "Derive ECDH Key Material", "Pseudo-Random Number Generator", "Enigma", "Bombe", @@ -611,13 +612,14 @@ "Generate VISA PVV", "Verify VISA PVV", "Derive DUKPT Key", - "Derive ECDH Key Material", + "Derive DUKPT AES Key", + "Generate Key", "Calculate Payment KCV", "Generate AS2805 KEK Validation", - "Parse Thales payShield command", - "Parse Futurex Excrypt command", - "Parse TR-31 key block", - "Parse TR-34 B9 envelope", + "Parse Thales payShield Command", + "Parse Futurex Excrypt Command", + "Parse TR-31 Key Block", + "Parse TR-34 Key Transport", "HMAC", "CMAC", "AES Encrypt",