tree: dda8452fe3ac4feb1409a97eed4e360adece78d2
  1. README.md
  2. xxhash.cry
  3. xxhash_spec.md
doc/README.md

xxHash Specifications

This directory contains documentation and reference material for the xxHash family of hash algorithms:

  • xxhash_spec.md specifies XXH32, XXH64, and XXH3.
  • xxhash.cry provides executable Cryptol specifications of XXH32 and XXH64.

For readable implementations of these algorithms, see the xxhash-clean educational library, written by @easyaspi314. That project prioritizes readability, while the reference implementation in this repository prioritizes speed.