UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
ethereum-cryptography
/
ripemd160.js
7 lines
(6 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ripemd160
=
void
0
;
const
ripemd160_1 =
require
(
"@noble/hashes/ripemd160"
);
const
utils_js_1 =
require
(
"./utils.js"
);
exports
.
ripemd160
= (
0
, utils_js_1.
wrapHash
)(ripemd160_1.
ripemd160
);