| 1234567891011 | const { DEFAULT_COST, genSaltSync, genSalt, hashSync, hash, verifySync, verify } = require('./binding')module.exports.DEFAULT_COST = DEFAULT_COSTmodule.exports.genSaltSync = genSaltSyncmodule.exports.genSalt = genSaltmodule.exports.hashSync = hashSyncmodule.exports.hash = hashmodule.exports.verifySync = verifySyncmodule.exports.verify = verifymodule.exports.compareSync = verifySyncmodule.exports.compare = verify
 |