|
@@ -707,8 +707,8 @@ extension AESTests {
|
|
|
("testAESCCMTestCase1Decrypt", testAESCCMTestCase1Decrypt),
|
|
|
("testAESCCMTestCase2", testAESCCMTestCase2),
|
|
|
("testAESCCMTestCase2Decrypt", testAESCCMTestCase2Decrypt),
|
|
|
- ("testAESCCMTestCase3", testAESCCMTestCase3)
|
|
|
- ("testAESCCMTestCase3Decrypt", testAESCCMTestCase3Decrypt)
|
|
|
+ ("testAESCCMTestCase3", testAESCCMTestCase3),
|
|
|
+ ("testAESCCMTestCase3Decrypt", testAESCCMTestCase3Decrypt),
|
|
|
("testAESCCMTestCase3DecryptPartial", testAESCCMTestCase3DecryptPartial)
|
|
|
]
|
|
|
return tests
|