/** * This code is a manual javascript translation of c code generated by * pycrc 0.7.1 (http://www.tty1.net/pycrc/). Command line used: * './pycrc.py --model=crc-32c --generate c --algorithm=table-driven' * * Adapted to use in Based.db 2025-02-17 */ declare const _default: (val: string | Uint8Array) => number; export default _default;