mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-29 12:37:58 +00:00
10 lines
482 B
JavaScript
10 lines
482 B
JavaScript
"use strict";
|
|
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; } });
|