Delta.1-V
val window : int
Length of the Rabin Window.
val shift : int
How many bits we need to shift to get a bounded index to T (this value must be 23).
T
23
val limit : int
Limit the number of entries per hashes (default = 64).