
18-12-2022, 02:26
|
 |
Registered User
|
|
Join Date: Mar 2019
Location: In the Hell
Posts: 701
Thanks: 486
Thanked 2,617 Times in 574 Posts
|
|
Quote:
Originally Posted by Masquerade
^^
This is correct, however the hashes are always returning bad. I think FMXInno is thinking the hashes are MD5 whereas they are blake3.
Is Blake3 implemented?
|
it's there.
Quote:
function VerifyHashesFromFile(ChecksumFile, BasePath: WideString; HashAlgo: Integer; LogFile: Boolean; Callback: TMultiHashCallback): Integer;
Blake3_256 ==>
HashAlgo := 11 OR
HashAlgo := H_BLAKE3_256
|
Last edited by BLACKFIRE69; 14-07-2024 at 01:44.
|