()
| 358 | }; |
| 359 | |
| 360 | function error() { |
| 361 | var m = Array.prototype.slice.call(arguments).join(' '); |
| 362 | throw new Error(m+'\nwe accept pull requests\nhttp://github.com/browserify/crypto-browserify'.join('\n')); |
| 363 | } |
| 364 | |
| 365 | exports.createHash = function (alg) { |
| 366 | alg = alg || 'sha1'; |
no outgoing calls
no test coverage detected
searching dependent graphs…