Xxhash64 implemented in javascript

Most, if not all, javascript xxhash implementations produce UINT32 as a digest.

Is there any xxhash implementation in javascript that produces the digest as a hex representation of a 64 bit unsigned int from a variable length string input?

+3


source to share





All Articles