UNPKG

check-ethereum-scanner

Version:

Safety checks for new Ethereum tokens

4 lines (3 loc) 138 B
import { sha512 as _sha512 } from "@noble/hashes/sha512"; import { wrapHash } from "./utils.js"; export const sha512 = wrapHash(_sha512);