UNPKG

ethereum-cryptography

Version:
7 lines (6 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sha256 = void 0; const sha256_1 = require("@noble/hashes/sha256"); const utils_js_1 = require("./utils.js"); exports.sha256 = (0, utils_js_1.wrapHash)(sha256_1.sha256);