UPD: Use BLAKE2S for verify copy (faster)

This commit is contained in:
Alexander Koblov 2019-02-02 21:50:55 +00:00
commit 0d36b613a7

View file

@ -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;