zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Validation decoder

Open Cyan4973 opened this issue 2 years ago • 1 comments

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.

Cyan4973 avatar Mar 10 '23 19:03 Cyan4973