sqrl
sqrl copied to clipboard
Use native murmurhash package outside in Node.js environment
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.