xxHash/doc
Yann Collet d66a9cb6f2 minor follow-ups for XXH3 specification (#750)
minor nit and clarifications,
minor source modification (constant name correspond to spec),
update version, attribute credit to @adrien1018.
2023-06-29 14:39:33 +02:00
..
README.md fix docs link 2019-11-24 04:15:44 -08:00
xxhash.cry Contribute a Cryptol specification of XXH32 and XXH64 to the documentation 2020-05-09 12:40:34 -04:00
xxhash_spec.md minor follow-ups for XXH3 specification (#750) 2023-06-29 14:39:33 +02:00

README.md

xxHash Specification

This directory contains material defining the xxHash algorithm. It's described in this specification document.

The algorithm is also be illustrated by a simple educational library, written by @easyaspi314 and designed for readability (as opposed to the reference library which is designed for speed).