Swap-Aggregator-Subgraph/node_modules/ethereum-cryptography/pure/ripemd160.js
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

6 lines
315 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Ripemd160 = require("hash.js/lib/hash/ripemd").ripemd160;
var hash_utils_1 = require("../hash-utils");
exports.ripemd160 = hash_utils_1.createHashFunction(function () { return new Ripemd160(); });
//# sourceMappingURL=ripemd160.js.map