Skip to content

Commit 3af762f

Browse files
committed
merge
1 parent f882a96 commit 3af762f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

create-hash.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ function toConstructor (fn) {
2323
}
2424
}
2525

26+
var pool = {
27+
sha1: [],
28+
sha256: []
29+
}
30+
2631
module.exports = function (alg) {
2732
if(algs[alg]) return new algs[alg]()
2833
return createHash(alg)

0 commit comments

Comments
 (0)