UNPKG

ethereum-cryptography

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