JP Richardson
                                            JP Richardson
                                        
                                    Hi @narayananramu why not use either Node.js `crypto` or https://www.npmjs.com/package/create-hash?
Sorry, I deleted those repos since they weren't in use anymore. Also, we've stopped supporting Bower in all of our repos. I've meant to delete this repo as well. I...
@Sjors which environment are you working in? Which build system? i.e. Are you using Node.js, Browserify, Webpack, RequireJS, browser, etc?
Benchmark against: https://github.com/tonyg/js-scrypt
Did a quick informal benchmark of `scryptsy` against `js-scrypt` using params of `{N: 64, r: 4, p: 4}` and `dkLen` or `64`. `js-scrypt` is slightly faster (wall-clock), but its memory...