rehash: a salty hashing function (and a generic that dispatches it)

Description Usage Arguments Value See Also

View source: R/rehash.R

Description

a salty hashing function (and a generic that dispatches it)

Usage

1
rehash(x, salt = NULL, strip = TRUE, ...)

Arguments

x

the string to hash

salt

the salt to apply (NULL)

strip

strip down rehashed objects to remove deID'ing features? (TRUE)

...

other parameters to pass on to digest::digest

Value

1
 an object of the appropriate class

See Also

dehash

rehashSE

rehashMAE


trichelab/rehash documentation built on Nov. 5, 2019, 10:58 a.m.