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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
We implement `as_bytes` on hash types; in order to be able to modify a
hash it would be useful to iterate the inner byte array mutable.
Add a `as_mut_bytes` method to all hash types and also to any hash
created with `hash_newtype`.
0 commit comments