PHP Phan\Library\Hasher Namespace

Classes

Name Description
Consistent Hasher implementation mapping keys to sequential groups (first key to 0, second key to 1, looping back to 0) getGroup() is called exactly once on each string to be hashed.
Sequential Hasher implementation mapping keys to sequential groups (first key to 0, second key to 1, looping back to 0) getGroup() is called exactly once on each string to be hashed.