Is it possible to add support for passing in a custom polynomial to crc-fast?
It would be awesome to be able to call some function like Digest::new_custom(algorithm: crc::Algorithm); instead of being limited to the library's hard-coded list of known algorithms.