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
/
sha512.js
7 lines
(6 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
sha512
=
void
0
;
const
sha512_1 =
require
(
"@noble/hashes/sha512"
);
const
utils_js_1 =
require
(
"./utils.js"
);
exports
.
sha512
= (
0
, utils_js_1.
wrapHash
)(sha512_1.
sha512
);