/ch-crc32

Simple fixed table driven crc32 implementation in C#. Slow compared to zlib's, but much easier to use if you don't care as much about speed.

OtherNOASSERTION

Very simple table driven CRC32 impementation. Not fancy or fast, but easy to use.