package duff

  1. Overview
  2. Docs

Module type Duff.VALUESource

Common Value for libXdiff's algorithm.

Sourceval window : int

Length of the Rabin Window.

Sourceval shift : int

How many bits we need to shift to get a bounded index to T (this value must be 23).

Sourceval limit : int

Limit the number of entries per hashes (default = 64).