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
Using MurmorHash3 for AbstractStrings is now wrong, but also now unnecessary to implement, since Base now implements streaming hashing like this package, since JuliaLang/julia#59691 (v1.13). The README of this package needs to be updated to reflect that this package does not hash string correctly anymore for v1.13+