-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 24.09-zstd-br; closes gh-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);
- Loading branch information
Showing
136 changed files
with
5,274 additions
and
1,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.