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

add BuildHasher and Hasher impls for the Crc structs #107

Open KillingSpark opened 11 months ago

KillingSpark commented 11 months ago

As mentioned in #106 having a Hasher and BuildHasher impl could be useful. What do you think @akhilles?