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