zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Add Functions to Read and Write `dcz` Headers

Open felixhandte opened this issue 11 months ago • 0 comments

This PR adds support to Zstd for handling the header used by the dcz HTTP Content-Encoding, described in draft-ietf-httpbis-compression-dictionary.

To-Do:

  • [x] SHA-256 Impl.
  • [x] SHA-256 Tests.
  • [x] User API.
  • [x] User API Impl.
  • [x] User API Tests.
  • [ ] CLI Support.
  • [ ] CLI Tests.

felixhandte avatar Jan 28 '25 21:01 felixhandte