Skip to content
New issue

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

Support for XXH3_128bits #1

Open
firasuke opened this issue Mar 29, 2023 · 1 comment
Open

Support for XXH3_128bits #1

firasuke opened this issue Mar 29, 2023 · 1 comment

Comments

@firasuke
Copy link

firasuke commented Mar 29, 2023

Hey there,

Are you planning on adding support for XXH3_128bits (similar to what xxh128sum does)?

@firasuke
Copy link
Author

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.

I am using xxh128sum to get the expected checksum 15bf27bd70e74eb8c4f71a1028513adf.

Is this doable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant