#opinionated #tiny #crc32 #crc32c #embedded #polynomial #single-choice

embedded-crc32c

A const, single-choice opinionated tiny CRC32 implementation

1 unstable release

0.1.0 Jul 14, 2023

#1214 in Math

22 downloads per month

BSD-2-Clause OR MIT

7KB

License BSD-2-Clause License MIT

embedded-crc32c

A const, single-choice opinionated tiny CRC32 implementation.

Why should I use this crate?

In most cases there's probably no good reason. However, why I wrote this crate: It's really tiny, portable and no-std compatible and thus suitable embedded devices. Furthermore it's opinionated, offering only a single CRC implementation (CRC32C; polynomial 0x1EDC6F41). Also, the CRC32C implementation is const, which may be useful in some cases.

No runtime deps