UNPKG

@hqtsm/crc

Version:

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

12 lines 240 B
/** * @module * * CRC-31/PHILIPS */ import { type CrcInterface } from '../crc.js'; /** * CRC-31/PHILIPS */ export declare const CRC_31_PHILIPS: CrcInterface<number>; export default CRC_31_PHILIPS; //# sourceMappingURL=philips.d.ts.map