@hqtsm/crc
Version:
CRC functions with a parameterized engine optimized for both speed and size
13 lines • 306 B
JavaScript
;
/**
* @module
*
* CRC-40/GSM
*/
Object.defineProperty(exports, "__esModule", { value: true });
const crc_js_1 = require("../crc.js");
/**
* CRC-40/GSM
*/
exports.default = (0, crc_js_1.crc)(40n, 0x0004820009n, false, 0x0000000000n, false, 0xffffffffffn);
//# sourceMappingURL=gsm.js.map