zstd
zstd copied to clipboard
Validation decoder
Publish a validation decoder, which role is to be very strict about what is allowed by the spec., and flags whatever content doesn't follow the spec. strictly, in order to validate 3rd party encoder implementations, or serve as reference for 3rd party decoder implementations.
This will be useful to ensure that 3rd party implementations remain compatible with each other.
Note : this repository already provides harness.c in doc/educational_decoder,
this could be classified as a continuation of this project.