UNPKG

@hqtsm/crc

Version:

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

12 lines 225 B
/** * @module * * CRC-30/CDMA */ import { type CrcInterface } from '../crc.js'; /** * CRC-30/CDMA */ export declare const CRC_30_CDMA: CrcInterface<number>; export default CRC_30_CDMA; //# sourceMappingURL=cdma.d.ts.map