Forráskód Böngészése

Added a 1023bit RSA Key test fixture.

Brandon Toms 3 éve
szülő
commit
249efb1576
1 módosított fájl, 1 hozzáadás és 1 törlés
  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