PolynomialHash

Undocumented in source.

Members

Functions

put
void put(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(typeof(this) hash)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char c)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

hash
typeof(this) hash(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
pPower
Value pPower(size_t power)

Return p^^power (mod q).

Variables

length
size_t length;

The length of the hashed string

p
enum Value p;
Undocumented in source.
value
Value value;

The hash value of the hashed string

Meta