Skip to content

Open Murmur3Hasher#update #117883

@scampi

Description

@scampi

Description

Murmur3Hasher is a great class as it allows to hash a stream of bytes. However, the update method that takes the slice of a byte array is private, thus limiting the usefulness of the class

private void update(byte[] inputBytes, int offset, int length) {

Please consider making it public!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions