Bryan Chen %!s(int64=9) %!d(string=hai) anos
pai
achega
071c7df2d8
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Sources/CryptoSwift/AES.swift

+ 4 - 1
Sources/CryptoSwift/AES.swift

@@ -490,7 +490,10 @@ extension AES {
             self.worker = worker
             self.worker = worker
 
 
             self.offset = position % AES.blockSize
             self.offset = position % AES.blockSize
-            return false
+            
+            self.accumulated = []
+            
+            return true
         }
         }
     }
     }
 }
 }