hash_raw {tinycache}R Documentation

Hash Raw Bytes (C++)

Description

Computes a fast, well-mixed 128-bit (32 hex character) hash of a raw vector, e.g. the output of serialize(). For hashing an R object directly, without serializing it first, see hash().

Usage

hash_raw(x)

Arguments

x A raw vector, e.g. the output of serialize().

Value

A 32-character lowercase hex string.

Loading...