Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/ethereum-cryptography/esm/sha256.js

import { sha256 as _sha256 } from "@noble/hashes/sha256";
import { wrapHash } from "./utils.js";
export const sha256 = wrapHash(_sha256);
Back to Directory File Manager