Skip to content

Instantly share code, notes, and snippets.

@deepal
Created October 7, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deepal/7f9576fb3f1015393168eb79358a56e5 to your computer and use it in GitHub Desktop.
Save deepal/7f9576fb3f1015393168eb79358a56e5 to your computer and use it in GitHub Desktop.
BCrypt Server worker
const {wrapAsWorker} = require('./pool');
const encrypt = require('../encrypt');
wrapAsWorker(encrypt);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment