UNPKG

@hqtsm/crc

Version:

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

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