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.
|