Brandon Toms 3 yıl önce
ebeveyn
işleme
7aad7e4084
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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")