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
Hey there,
Are you planning on adding support for XXH3_128bits (similar to what xxh128sum does)?
XXH3_128bits
xxh128sum
The text was updated successfully, but these errors were encountered:
Here is what I am trying to build:
import icedhash proc verify*(file: string, checksum: string): bool = checksum == xxhash3_128(readFile(file))
Where file is a .tar.gz tarball (I'll be using make-4.4.tar.gz as an example.
make-4.4.tar.gz
I am using xxh128sum to get the expected checksum 15bf27bd70e74eb8c4f71a1028513adf.
15bf27bd70e74eb8c4f71a1028513adf
Is this doable?
Sorry, something went wrong.
No branches or pull requests
Hey there,
Are you planning on adding support for
XXH3_128bits
(similar to whatxxh128sum
does)?The text was updated successfully, but these errors were encountered: