• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1xxHash Specification
2=======================
3
4This directory contains material defining the xxHash algorithm.
5It's described in [this specification document](xxhash_spec.md).
6
7The algorithm is also be illustrated by a [simple educational library](https://github.com/easyaspi314/xxhash-clean),
8written by @easyaspi314 and designed for readability
9(as opposed to the reference library which is designed for speed).
10