sttr
sttr copied to clipboard
xxhash algorithm
Can the xxhash algorithm be added? It's the fastest hash algorithm in the world, and very suitable for tasks like file verification.
This looks intresting. Looks like these can be added
- XXH32
- XXH64
- XXH3
- XXH128
I will give a try over the weekend :)
Thanks so much for suggestion and trying
@abhimanyu003 , Please find the attached PR for this enhancement, in future we can add H32, H128 etc implementations as well.
xxhash64 is now added in v0.2.27 I hope it will help you.