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

const Sha256Hash = require("hash.js/lib/hash/sha/256");

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

export const sha256 = createHashFunction(() => new Sha256Hash());
Back to Directory File Manager