pierrec / js-xxhash

Javascript implementation of xxHash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xxhash64 support?

Pupix opened this issue · comments

Hello!

I was wondering if you are going to add 64bit support on your xxhash library. I've noticed that your cuint already support UINT64.

Cheers,
Pupix.

Hello,

Yes that is something I am planning on doing as I have already updated the Go version but not the JS one yet.

Glad to hear that. Will be waiting for an update then,

I have added support for xxh64 in v0.2.0.
Please let me know of any issue.

It's working great, thanks!