Skip to content
Snippets Groups Projects
Select Git revision
0 results

crc_patch.py

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    • Jakob Haufe's avatar
      d8a5fcbc
      Autodetect python crc16 implementation · d8a5fcbc
      Jakob Haufe authored
      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.
      d8a5fcbc
      History
      Autodetect python crc16 implementation
      Jakob Haufe authored
      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.