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

Buffers of 16 and multiple of 16 are not fully processed by hot loop … #97

Closed khrs closed 1 year ago

khrs commented 1 year ago

…in slice16. Fix off by one.

akhilles commented 1 year ago

Thanks!