Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/ethereum-cryptography/src/ripemd160.ts

import crypto from "crypto";

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

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