Skip to content

Commit

Permalink
Removed keyLen from ttdes test vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrock24 committed Feb 19, 2025
1 parent fdd8e77 commit 6bfd3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mac/sections/06-cmac-tdes-test-vectors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The testGroups element at the top level in the test vector JSON object is an arr
| tgId | Numeric identifier for the test group, unique across the entire vector set | integer
| testType | Test category type | string
| direction | The direction of the tests - gen or ver | string
| keyLen | Length of key in bits to use, AES only| integer
| msgLen | Length of message in bits | integer
| macLen | Length of MAC in bits to generate/verify | integer
| keyingOption | The Keying Option used in TDES. Keying option 1 (1) is 3 distinct keys (K1, K2, K3). Keying Option 2 (2) is 2 distinct only suitable for decrypt (K1, K2, K1). Keying option 3 (No longer valid for testing, save TDES KATs) is a single key, now deprecated (K1, K1, K1). | array | 1, 2
Expand Down

0 comments on commit 6bfd3c5

Please sign in to comment.