Brandon Toms 3 سال پیش
والد
کامیت
7aad7e4084
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Tests/CryptoSwiftTests/RSASecKeyTests.swift

+ 1 - 1
Tests/CryptoSwiftTests/RSASecKeyTests.swift

@@ -369,7 +369,7 @@
         return
       }
 
-      /// Lets grab the external representation of the public key
+      /// Lets grab the external representation of the private key
       var privateExternalRepError: Unmanaged<CFError>?
       guard let privateRSASecKeyRawRep = SecKeyCopyExternalRepresentation(rsaSecKey, &privateExternalRepError) as? Data else {
         XCTFail("Failed to copy external representation for RSA SecKey")