You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marking this an improvement as we would need to migrate the cgo calls to those methods instead
If you want to do a PR for this, it would be of great help!
What did you do?
I compressed an empty file with zstd:
Then I compressed an empty slice in Go:
What did you expect to see?
Both outputs are the same.
What did you see instead?
13 bytes in
zstd
cli output:9 bytes in Go output:
Last 4 bytes are missing, which means no optional checksum:
Checksums are great and I think there should be a way to enable them.
The text was updated successfully, but these errors were encountered: