dataeval.core.xxhash

dataeval.core.xxhash(image)

Performs a fast non-cryptographic hash using the xxhash algorithm (xxhash.com) against the image as a flattened bytearray. The hash is returned as a hex string.

Parameters:
image : Array3D

An image in CxHxW format. Can be a 3D list, or array-like object.

Returns:

The hex string hash of the image using the xxHash algorithm

Return type:

str