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 has been archived by the owner on Apr 3, 2019. It is now read-only.
The above check always returns false, since it's missing .length, so the buffer copy/padding is never performed. Luckily/Accidentally accessing an out-of-index array in Javascript returns an undefined type that has the same property of a 0, in regard of the XOR operation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
bitcore-lib/lib/crypto/hash.js
Line 56 in 026ddb4
The above check always returns
false
, since it's missing.length
, so the buffer copy/padding is never performed. Luckily/Accidentally accessing an out-of-index array in Javascript returns anundefined
type that has the same property of a 0, in regard of the XOR operation.The text was updated successfully, but these errors were encountered: