digest.hash_xxh32_from_base64

STRINGdigest.hash_xxh32_from_base64STRINGs

Available inall subroutines.

Decodes a Base64-encoded string and then calculates an xxHash XXH32 (H2) hash for the decoded string. This is a non-cryptographic hash.

Example

declare local var.hash STRING;
set var.hash = digest.hash_xxh32_from_base64("YWJj");
# var.hash is now "32d153ff"