UNPKG

ethereum-cryptography

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