UNPKG

@hqtsm/crc

Version:

CRC functions with a parameterized engine optimized for both speed and size

11 lines 240 B
/** * @module * * CRC-82/DARC */ import { crc } from '../crc.js'; /** * CRC-82/DARC */ export default crc(82n, 0x0308c0111011401440411n, true, 0x000000000000000000000n, true, 0x000000000000000000000n); //# sourceMappingURL=darc.js.map