sqrl icon indicating copy to clipboard operation
sqrl copied to clipboard

Use native murmurhash package outside in Node.js environment

Open qix opened this issue 5 years ago • 0 comments

Right now we use a JavaScript based implementation of murmurhash in order to get browser support. When running in a native environment we should use a faster native version of the algorithm.

qix avatar Nov 04 '20 17:11 qix