@polkadot/util-crypto
Version:
A collection of useful crypto utilities for @polkadot
10 lines (9 loc) • 482 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.xxhashAsU8a = exports.xxhashAsHex = void 0;
/**
* @summary Create xxhash64 values with specified bitlengths
*/
var asU8a_js_1 = require("./asU8a.js");
Object.defineProperty(exports, "xxhashAsHex", { enumerable: true, get: function () { return asU8a_js_1.xxhashAsHex; } });
Object.defineProperty(exports, "xxhashAsU8a", { enumerable: true, get: function () { return asU8a_js_1.xxhashAsU8a; } });
;