UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

13 lines (10 loc) 402 B
var exports = module.exports = function (alg) { var Alg = exports[alg] if(!Alg) throw new Error(alg + ' is not supported (we accept pull requests)') return new Alg() } var Buffer = require('buffer').Buffer var Hash = require('./hash')(Buffer) exports.sha1 = require('./sha1')(Buffer, Hash) exports.sha256 = require('./sha256')(Buffer, Hash) exports.sha512 = require('./sha512')(Buffer, Hash)