You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to 7-Zip Version 24.09
Merge branch 24.09-zstd-br; closesgh-387
- renormalized merge (strategy recursive renormalized);
- conflicts resolved;
- registration of several (canonical) hashes changed in favor of 7-zip implementation:
* removed registration of canonical hashes for `MD5`, `SHA384` and `SHA3-256` (back to 7zip implementation, `SHA384` registering now in `Sha512Reg.cpp`, `SHA3-256` in `Sha3Reg.cpp`);
* renamed files with header and implementation of canonical hashes (to avoid name conflicts with 7zip own implementations):
- `C/hashes/md5.* => C/hashes/md5c.*`
- `C/hashes/Sha3.* => C/hashes/Sha3c.*`
- `C/hashes/sha512c.* => C/hashes/sha512c.*`
- renumerated IDs by register hashes (uniqueness), the list `DOC/Hashes.txt` is adjusted (matching current source code);
Update Lizard - use internal HUF and FSE entropy
- AdjustLiz.sh fixes some double defines with zstd of lizard
- lizard uses it's own entropy lib again
- this will fix#302
Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
Fix selectable uppercase / lowercase hash formatting
- the last fix was not done correctly
- issue #177 is solved really now
Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>