mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider writing the tables in hex

lnicola opened this issue · comments

This makes things easier for people searching for a CRC variant that matches some other existing code; compare https://docs.rs/crc/1.8.1/crc/crc32/constant.IEEE_TABLE.html with web.mit.edu/freebsd/head/sys/libkern/crc32.c.

closing as #55 has been merged - though it's going to a different direction with much more flexibility.