Does xxhash guarantee that future changes to the code doesn't change the output of the functions? If so, can we have a declaration in the doc? Btw, highwayhash has this guaratee.
I'm planning to use xxhash to compute the checksum of bulk data to be stored at rest. In that application, I need an assurance that I can update to a newer version of xxhash without reencoding the data.
Does xxhash guarantee that future changes to the code doesn't change the output of the functions? If so, can we have a declaration in the doc? Btw, highwayhash has this guaratee.
I'm planning to use xxhash to compute the checksum of bulk data to be stored at rest. In that application, I need an assurance that I can update to a newer version of xxhash without reencoding the data.