Return CTP hash of a raw vector

hash_raw(x)

Arguments

x

raw vector or length 1 character vector

Value

character(1)

Note

Length 1 character vectors will be auto-converted to a raw vectors

Examples

ltrs <- paste0(c(letters, LETTERS), collapse="")
hash_raw(ltrs)