Pārlūkot izejas kodu

fix GCM.swift

Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
Elias Rad 1 gadu atpakaļ
vecāks
revīzija
4c6875be6b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Sources/CryptoSwift/BlockMode/GCM.swift

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

@@ -283,7 +283,7 @@ private final class GF {
     self.h = h
     self.h = h
     self.x = 0
     self.x = 0
 
 
-    // Calculate for AAD at the begining
+    // Calculate for AAD at the beginning
     self.x = GF.calculateX(aad: aad, x: self.x, h: h, blockSize: blockSize)
     self.x = GF.calculateX(aad: aad, x: self.x, h: h, blockSize: blockSize)
   }
   }