Skip to content

Hash is wrong, as soon as remainderBits >= 9 #2

@sr-demoup

Description

@sr-demoup

The error can be seen on line 149.

h2 = h2.xor(mixk1(k2));

has to be replaced with
h2 = h2.xor(mixk2(k2));

Cheers,
Stefan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions