Skip to contents

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)
#> [1] "16991689376074199867"