mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 18:11:35 -06:00
Major changes, including Brotli and Lizard
- update of zstd-mt library - add brotli v0.6.0 - add lizard v2.0 - xxhash is from zstd for lz4, lz5 and lizard now - update also the documentation, where needed
This commit is contained in:
@@ -121,8 +121,10 @@ const UInt32 k_SPARC = 0x3030805;
|
||||
|
||||
const UInt32 k_LZHAM = 0x4F71001;
|
||||
const UInt32 k_ZSTD = 0x4F71101;
|
||||
const UInt32 k_BROTLI= 0x4F71102;
|
||||
const UInt32 k_LZ4 = 0x4F71104;
|
||||
const UInt32 k_LZ5 = 0x4F71105;
|
||||
const UInt32 k_LIZARD= 0x4F71106;
|
||||
|
||||
const UInt32 k_AES = 0x6F10701;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user