pycrc icon indicating copy to clipboard operation
pycrc copied to clipboard

Enable using messages with non-integer number of bytes

Open me21 opened this issue 4 years ago • 0 comments

The generated function crc_update has a parameter data_len which sets the number of data bytes. Sometimes there are algorithms (e.g.: https://datasheets.maximintegrated.com/en/ds/MAX14917.pdf) which use nonstandard messages, for example, 11 bits. It would be nice if pycrc supported these algorithms.

me21 avatar Nov 15 '21 10:11 me21