소스 검색

Fixing a typo

Nathan Fallet 3 년 전
부모
커밋
d5d3c787f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/CryptoSwift/RSA/RSA+Cipher.swift

+ 1 - 1
Sources/CryptoSwift/RSA/RSA+Cipher.swift

@@ -76,7 +76,7 @@ extension RSA {
     ///
     /// - Warning: This is also considered to be an unsafe method of encryption, but matches the `Security` frameworks functionality.
     case raw
-    /// The `pkcs1v15` encryption variant formats the inbound data with a non deterministic psuedo random padding scheme.
+    /// The `pkcs1v15` encryption variant formats the inbound data with a non deterministic pseudo random padding scheme.
     ///
     /// [EME PKCS1v1.5 Padding Scheme Spec](https://datatracker.ietf.org/doc/html/rfc2313#section-8.1)
     case pksc1v15