UNPKG

ethereum-cryptography

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