瀏覽代碼

Added a 1023bit RSA Key test fixture.

Brandon Toms 3 年之前
父節點
當前提交
249efb1576
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tests/CryptoSwiftTests/RSATests.swift

+ 1 - 1
Tests/CryptoSwiftTests/RSATests.swift

@@ -374,7 +374,7 @@ final class RSATests: XCTestCase {
   ///   - Ensure that we can verify that the signed data was in fact signed with this public keys corresponding private key
   func testRSAKeys() {
     // These tests can take a very long time. Therefore the larger keys have been commented out in order to make the tests complete a little quicker.
-    let fixtures = [TestFixtures.RSA_1024, TestFixtures.RSA_1056, TestFixtures.RSA_2048]//, TestFixtures.RSA_3072, TestFixtures.RSA_4096]
+    let fixtures = [TestFixtures.RSA_1023, TestFixtures.RSA_1024, TestFixtures.RSA_1056, TestFixtures.RSA_2048]//, TestFixtures.RSA_3072, TestFixtures.RSA_4096]
 
     do {
       /// Public Key Functionality