Implement xxh3 file hashing algorithm.

Avatar
  • updated
  • Completed

Performance comparison · Cyan4973/xxHash Wiki (github.com)

As shown in the table in the attached link, xxh3 is currently the fastest algorithm for hashing files (faster than xxh64). Currently all x64 bit CPUs support SSE2, and all modern CPUs support AVX2. It will be a great addition to speed up hashing and verification times.