UNPKG
node-multi-hashing
Version:
latest (0.0.1)
0.0.1
node-multi-hashing
github.com/ayoubserti/node-multi-hashing
ayoubserti/node-multi-hashing
node-multi-hashing
/
tests
/
test1.js
6 lines
(3 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
const
multi_hashing =
require
(
"../"
)
var
buf =
new
Buffer
(
'string for hashing'
,
'utf8'
);
console
.
log
(multi_hashing.
quark
(buf))