We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently i'm doing a cmd line tool that would be much faster if i could extract the source crc32 (or similar checksum) from the xdelta patch file.
.bps has something like this in a footer at the end with the last 12 bytes being the source, target and patch crc32, anything like that for xdelta?
The text was updated successfully, but these errors were encountered:
This is an old post, but I'm also looking for the specifications. I'm interested in making an xdelta-related utility.
A nice doc with the file layout word be nice.
Sorry, something went wrong.
Maybe this help: The VCDIFF Generic Differencing and Compression Data Format
No branches or pull requests
Currently i'm doing a cmd line tool that would be much faster if i could extract the source crc32 (or similar checksum) from the xdelta patch file.
.bps has something like this in a footer at the end with the last 12 bytes being the source, target and patch crc32, anything like that for xdelta?
The text was updated successfully, but these errors were encountered: