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
Most hashers implement RustCrypto's Digest trait. Once RustCrypto/hashes#228 lands all hashers except for strobe implement the Digest trait. We could then think about using the Digest trait directly instead of having our own custom hashers defined. Probably we would still export some type aliases for convenience/backwards compatibility.
The text was updated successfully, but these errors were encountered:
Most hashers implement RustCrypto's
Digest
trait. Once RustCrypto/hashes#228 lands all hashers except forstrobe
implement theDigest
trait. We could then think about using theDigest
trait directly instead of having our own custom hashers defined. Probably we would still export some type aliases for convenience/backwards compatibility.The text was updated successfully, but these errors were encountered: