-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Now if I try to pass seed longer than 4 characters I get an ArgumentError:
Digest::MurmurHash3_x86_32.rawdigest('foo', '1234567')
# => ArgumentError: seed string should be 4 lengthMoreover, I think that passing Fixnum as a seed should be supported as well:
Digest::MurmurHash3_x86_32.rawdigest('qwe', 1234)
# => TypeError: no implicit conversion of Fixnum into StringReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels