crc_all icon indicating copy to clipboard operation
crc_all copied to clipboard

Computation of CRC-5/USB for values not aligned to byte boundaries

Open Nic30 opened this issue 3 years ago • 0 comments

It is common to compute the CRC-5/USB for 15bits.

I do see only the API which uses whole bytes https://github.com/nanpuyue/crc/blob/master/src/lib.rs#L64 or the API with bits which does not support reflections https://github.com/nanpuyue/crc/blob/master/src/lib.rs#L98 .

Is there some trick to compute crc values also with reflection?

Nic30 avatar Mar 29 '21 20:03 Nic30