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
Although not a huge issue, in the remote chance that there are collisions created by sha1 we need to change all references to it to hash("sha256", $data) just in case.
The text was updated successfully, but these errors were encountered:
Although not a huge issue, in the remote chance that there are collisions created by
sha1
we need to change all references to it tohash("sha256", $data)
just in case.The text was updated successfully, but these errors were encountered: