xxhash_raw {qs2}R Documentation

XXH3_64 hash

Description

Calculates a 64-bit XXH3 hash.

Usage

xxhash_raw(data)

Arguments

data

The data to hash.

Value

The 64-bit hash.

Examples

x <- as.raw(c(1,2,3))
xxhash_raw(x)

[Package qs2 version 0.1.5 Index]