UNPKG

ethereum-cryptography

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