2
0
Marcin Krzyzanowski 7 жил өмнө
parent
commit
2c68706614

+ 4 - 0
Tests/Tests/AESTests.swift

@@ -704,8 +704,12 @@ extension AESTests {
             ("testAESGCMTestCaseIrregularCombined1", testAESGCMTestCaseIrregularCombined1),
             ("testAESGCMTestCaseIrregularCombined1", testAESGCMTestCaseIrregularCombined1),
             ("testAESGCMTestCaseIrregularCombined2", testAESGCMTestCaseIrregularCombined2),
             ("testAESGCMTestCaseIrregularCombined2", testAESGCMTestCaseIrregularCombined2),
             ("testAESCCMTestCase1", testAESCCMTestCase1),
             ("testAESCCMTestCase1", testAESCCMTestCase1),
+            ("testAESCCMTestCase1Decrypt", testAESCCMTestCase1Decrypt),
             ("testAESCCMTestCase2", testAESCCMTestCase2),
             ("testAESCCMTestCase2", testAESCCMTestCase2),
+            ("testAESCCMTestCase2Decrypt", testAESCCMTestCase2Decrypt),
             ("testAESCCMTestCase3", testAESCCMTestCase3)
             ("testAESCCMTestCase3", testAESCCMTestCase3)
+            ("testAESCCMTestCase3Decrypt", testAESCCMTestCase3Decrypt)
+            ("testAESCCMTestCase3DecryptPartial", testAESCCMTestCase3DecryptPartial)
         ]
         ]
         return tests
         return tests
     }
     }