libscrc icon indicating copy to clipboard operation
libscrc copied to clipboard

libscrc is a library for calculating CRC3 CRC4 CRC5 CRC6 CRC7 CRC8 CRC10 CRC11 CRC12 CRC15 CRC16 CRC24 CRC30 CRC31 CRC32 CRC64 CRC82

Results 3 libscrc issues
Sort by recently updated
recently updated
newest added

On MacOS, running python 3.10, `pip install libscrc` returns the following error: ```py ERROR: Could not find a version that satisfies the requirement libscrc (from versions: none) ERROR: No matching...

Is it possible to implement CRC-32 calculation of GSM32 like in this document: [link](https://www.etsi.org/deliver/etsi_ts/102300_102399/10236101/02.04.01_60/ts_10236101v020401p.pdf) page 140?

In the PKG_INFO file in the sdist release of version 1.8.1 one can find `License: UNKNOWN` also the LICENSE file that can be found in the repo isn't part of...