Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/ethereum-cryptography/src/sha256.ts

import crypto from "crypto";

import { createHashFunction } from "./hash-utils";

export const sha256 = createHashFunction(() => crypto.createHash("sha256"));
Back to Directory File Manager