@hqtsm/crc
Version:
CRC functions with a parameterized engine optimized for both speed and size
13 lines • 328 B
JavaScript
;
/**
* @module
*
* CRC-64/REDIS
*/
Object.defineProperty(exports, "__esModule", { value: true });
const crc_js_1 = require("../crc.js");
/**
* CRC-64/REDIS
*/
exports.default = (0, crc_js_1.crc)(64n, 0xad93d23594c935a9n, true, 0x0000000000000000n, true, 0x0000000000000000n);
//# sourceMappingURL=redis.js.map