UNPKG

@exodus/scryptsy

Version:

Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.

4 lines (3 loc) 98 B
const scrypt = require('./scryptSync') scrypt.async = require('./scrypt') module.exports = scrypt