UNPKG

@0xcert/utils

Version:

General utility module with common helper functions.

9 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.keccak256 = void 0; const Hash = require("eth-lib/src/hash"); function keccak256(input) { return Hash.keccak256(input); } exports.keccak256 = keccak256; //# sourceMappingURL=keccak.js.map