瀏覽代碼

It's XChaCha20Crypt.

Jordan Russell 7 月之前
父節點
當前提交
aeb035e0e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Src/Setup.FileExtractor.pas

+ 1 - 1
Projects/Src/Setup.FileExtractor.pas

@@ -299,7 +299,7 @@ begin
 
     { Decrypt the data after reading from the file }
     if FChunkEncrypted then
-      ChaCha20Crypt(FCryptContext, Buffer^, Buffer^, Res);
+      XChaCha20Crypt(FCryptContext, Buffer^, Buffer^, Res);
 
     if Left = Res then
       Break