UNPKG

@muevoapp/js-ethereum-cryptography

Version:
8 lines (5 loc) 168 B
import crypto from "crypto"; import { createHashFunction } from "./hash-utils"; export const ripemd160 = createHashFunction(() => crypto.createHash("ripemd160") );