Skip to content

Commit 411950a

Browse files
add back in md5.js file (#22)
* add back in md5.js file * formating
1 parent d71b31a commit 411950a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

md5.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var MD5 = require('md5.js')
2+
3+
module.exports = function (buffer) {
4+
return new MD5().update(buffer).digest()
5+
}

0 commit comments

Comments
 (0)