Open rohanputcha opened 1 month ago
Use:
h(x) = ((ax + b) mod p) mod w
where a, b are random, p is random prime, w is width.
Paper assumes x is a vector with ints. Wait to address this issue.
Use:
h(x) = ((ax + b) mod p) mod w
where a, b are random, p is random prime, w is width.