UNPKG

@hqtsm/crc

Version:

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

12 lines 236 B
/** * @module * * CRC-8/I-432-1 */ import { type CrcInterface } from '../crc.js'; /** * CRC-8/I-432-1 */ export declare const CRC_8_I_432_1: CrcInterface<number>; export default CRC_8_I_432_1; //# sourceMappingURL=i-432-1.d.ts.map