As the title says. It appears some implementations support a flag to include a checksum in the compressed bytes that is used to verify decompressed bytes. I believe its supported by the ZSTD_c_checksumFlag=201 flag in the Zstd manual. How easy would it be for this library to support this feature?
As the title says. It appears some implementations support a flag to include a checksum in the compressed bytes that is used to verify decompressed bytes. I believe its supported by the
ZSTD_c_checksumFlag=201
flag in the Zstd manual. How easy would it be for this library to support this feature?