spaolacci / murmur3

Native MurmurHash3 Go implementation
BSD 3-Clause "New" or "Revised" License
947 stars 127 forks source link

Add Sum128WithSeed to match the seed parameter in the reference code[+] #9

Open jonnyhopper opened 8 years ago

spaolacci commented 7 years ago

This is indeed an often requested feature. Just having Sum128 enhanced seemed a little bit "asymmetrical", so I added a full support in 4ec5a0f56d4fc178129a8433576bf6f2fe672a9e.

Please tell me if that fix the API for you.

Thanks.