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
Would it be possible to implement digest::DynDigest trait so that this hasher could be used in for example HashMaps which uses HashMap<&str, Box<dyn digest::DynDigest>> where you can iterate through multiple different hashers?
The text was updated successfully, but these errors were encountered:
According to https://crates.io/crates/digest/reverse_dependencies this crate uses digest crate.
Would it be possible to implement
digest::DynDigest
trait so that this hasher could be used in for example HashMaps which usesHashMap<&str, Box<dyn digest::DynDigest>>
where you can iterate through multiple different hashers?The text was updated successfully, but these errors were encountered: