Closed rnestler closed 4 years ago
Previously crc8::validate would only panic in debug builds, but not in release builds when passing in buffers with a size which isn't a multiple of 3. In release builds the remaining bytes just wouldn't get validated.
Fixes #10
Previously crc8::validate would only panic in debug builds, but not in release builds when passing in buffers with a size which isn't a multiple of 3. In release builds the remaining bytes just wouldn't get validated.
Fixes #10