hash_to_sentence {keyToEnglish}R Documentation

Hash to Sentence

Description

Hashes data to a sentence that contains 54 bits of entropy

Usage

hash_to_sentence(x, ...)

Arguments

x

- Input data, which will be converted to 'character' if not already 'character'

...

- Other parameters to pass to 'keyToEnglish()', besides 'word_list', 'hash_subsection_size', and 'hash_function'

Value

'character' vector of hashed field resembling phrases


[Package keyToEnglish version 0.2.1 Index]