digest.hash_xxh64

STRINGdigest.hash_xxh64STRINGs

Available inall subroutines.

Returns an xxHash XXH64 (H2) hash for the string s. This is a non-cryptographic hash.

Example

declare local var.hash STRING;
set var.hash = digest.hash_xxh64("abc");
# var.hash is now "44bc2cf5ad770999"