22.0.0: Difference between revisions
| Line 220: | Line 220: | ||
This appears to be a slightly customized variant of zstd and is used when NSO [[NSO0#Flags|flags]] have bit 7 set. | This appears to be a slightly customized variant of zstd and is used when NSO [[NSO0#Flags|flags]] have bit 7 set. | ||
* ZSTD_MAGICNUMBER is set to | * ZSTD_MAGICNUMBER is set to 0x4349425A (b'ZBIC') instead of standard 0xFD2FB528 | ||
* ZSTD_LEGACY_SUPPORT is set to 0 | * ZSTD_LEGACY_SUPPORT is set to 0 | ||
* otherwise the code seems to match zstd version ~1.6.0 | * otherwise the code seems to match zstd version ~1.6.0 | ||