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

Add XXH? #1

Open
gingerbeardman opened this issue Oct 17, 2018 · 3 comments
Open

Add XXH? #1

gingerbeardman opened this issue Oct 17, 2018 · 3 comments

Comments

@gingerbeardman
Copy link

http://cyan4973.github.io/xxHash/

@JayBrown
Copy link
Owner

JayBrown commented Nov 1, 2018

I've just installed xxhsum, and implementing both 32- and 64-bit will surely not be a problem. When I start working on the new version (see the other thread), it'll be a Platypus application with its own /bin directory containing CLIs for xxHash, IPFS multihash, bencode torrent hash, dbhash (sqlite), rhash for SHA-3 etc.

Question about xxHash regarding checksum file support: do you know a link to demo files bundled with an XXH checksum file, i.e. something like files.xxh? (No rush, though.)

@gingerbeardman
Copy link
Author

I've not encountered any such XXH checksum files

@JayBrown
Copy link
Owner

JayBrown commented Nov 2, 2018

No problem. According to the man page, the default way to create them is

xxhsum -H0 foo bar baz > xyz.xxh32
xxhsum -H1 foo bar baz > qux.xxh64

So it should be sufficient to manually create them and tell the script how to find & parse them.

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

2 participants