crc_all icon indicating copy to clipboard operation
crc_all copied to clipboard

A Pure Rust Implementation of Generic CRC Algorithm

Results 1 crc_all issues
Sort by recently updated
recently updated
newest added

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...