Browse Source

It's XChaCha20Crypt.

Jordan Russell 7 months ago
parent
commit
aeb035e0e0
1 changed files with 1 additions and 1 deletions
  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 }
     { Decrypt the data after reading from the file }
     if FChunkEncrypted then
     if FChunkEncrypted then
-      ChaCha20Crypt(FCryptContext, Buffer^, Buffer^, Res);
+      XChaCha20Crypt(FCryptContext, Buffer^, Buffer^, Res);
 
 
     if Left = Res then
     if Left = Res then
       Break
       Break