You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.