Documentation ¶
Overview ¶
Package rabinkarp implements the Rabin-Karp rolling hash algorithm
Index ¶
Constants ¶
View Source
const Size = 8
Size of hash value in bytes
Variables ¶
This section is empty.
Functions ¶
func NewWithPrimeAndSize ¶
func NewWithPrimeAndSize(prime, windowSize int) rollinghash.Hash64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.