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
/
esm
/
ripemd160.js
4 lines
(3 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
import
{ ripemd160
as
_ripemd160 }
from
"@noble/hashes/ripemd160"
;
import
{ wrapHash }
from
"./utils.js"
;
export
const
ripemd160 =
wrapHash
(_ripemd160);