sttr icon indicating copy to clipboard operation
sttr copied to clipboard

xxhash algorithm

Open Bit0r opened this issue 7 months ago • 1 comments

Can the xxhash algorithm be added? It's the fastest hash algorithm in the world, and very suitable for tasks like file verification.

Bit0r avatar May 28 '25 12:05 Bit0r

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 avatar May 29 '25 09:05 abhimanyu003

@abhimanyu003 , Please find the attached PR for this enhancement, in future we can add H32, H128 etc implementations as well.

harsh16coder avatar Aug 21 '25 17:08 harsh16coder

xxhash64 is now added in v0.2.27 I hope it will help you.

abhimanyu003 avatar Aug 26 '25 10:08 abhimanyu003