mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards
Apache License 2.0
187 stars 49 forks source link

Use macros to avoid code duplication in CRC tables generation. #94

Open khrs opened 1 year ago

khrs commented 1 year ago

All tests green. The first PR in series I plan. The final goal is to add slice-by-4 and slice-by-8 selectable when creating Crc..