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 Aug 11, 2021. It is now read-only.
Currently mh.createHash can accept a hash code or a hash name. This can be confusing for consumers of the library. It would be better to break that up into two functions. Possibly mh.createHashFromCode and mh.createHashFromName.
Currently
mh.createHashcan accept a hash code or a hash name. This can be confusing for consumers of the library. It would be better to break that up into two functions. Possiblymh.createHashFromCodeandmh.createHashFromName.