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