mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use BLAKE2S for verify copy (faster)
This commit is contained in:
parent
5342452b2a
commit
0d36b613a7
1 changed files with 1 additions and 1 deletions
|
|
@ -592,7 +592,7 @@ begin
|
|||
SourceFileStream := nil;
|
||||
TargetFileStream := nil; // for safety exception handling
|
||||
BytesToRead := FBufferSize;
|
||||
if FVerify then HashInit(Context, HASH_SHA3_224);
|
||||
if FVerify then HashInit(Context, HASH_BLAKE2S);
|
||||
try
|
||||
try
|
||||
OpenSourceFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue