PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/ethereum-cryptography/src
Просмотр файла: ripemd160.ts
import crypto from "crypto";
import { createHashFunction } from "./hash-utils";
export const ripemd160 = createHashFunction(() =>
crypto.createHash("ripemd160")
);
Выполнить команду
Для локальной разработки. Не используйте в интернете!