corpushash.hashers

Undocumented in source.

Members

Aliases

Ddictionary
alias Ddictionary = dstring[2][string]
Undocumented in source.
dictionary
alias dictionary = dstring[string]
Undocumented in source.
document
alias document = dstring[]
Undocumented in source.

Classes

HashCorpus
class HashCorpus
Undocumented in source.

Functions

PydMain
void PydMain()

Python wrapper

get_salt
dstring get_salt(uint siz)

Random salt generator

hash_token
Tuple!(string, dstring) hash_token(dstring token, dstring salt, uint salt_length)

Hashes a string adding a random salt to it of specified size

Meta