Bogdan Bystritskiy 5 年之前
父节点
当前提交
96abfe88ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/CryptoSwift/BlockMode/GCM.swift

+ 1 - 1
Sources/CryptoSwift/BlockMode/GCM.swift

@@ -41,7 +41,7 @@ public final class GCM: BlockMode {
 
   /// Length of authentication tag, in bytes.
   /// For encryption, the value is given as init parameter.
-  /// For decryption, the lenght of given authentication tag is used.
+  /// For decryption, the length of given authentication tag is used.
   private let tagLength: Int
 
   // `authenticationTag` nil for encryption, known tag for decryption