UNPKG

ethereum-cryptography

Version:
4 lines (3 loc) 153 B
import { ripemd160 as _ripemd160 } from "@noble/hashes/ripemd160"; import { wrapHash } from "./utils.js"; export const ripemd160 = wrapHash(_ripemd160);