Autodetect python crc16 implementation
Compare changes
+ 23
− 5
There are several common CRC implementations for python with the currently used one (crc16) not being available in e.g. Debian.
crcmod and/or crcelk are readily available on several distributions.