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
in build/main.cjs line 59
why should BigInt.isOdd do "& op" in the whole string/array
i think we need the first byte
OX[a][....[x] &OX[0...1]
so
it should only a[2]&1 if the "a" confirmed to be correct hexadecimal format OX###
The text was updated successfully, but these errors were encountered:
in build/main.cjs line 59
why should BigInt.isOdd do "& op" in the whole string/array
i think we need the first byte
OX[a][....[x] &OX[0...1]
so
it should only a[2]&1 if the "a" confirmed to be correct hexadecimal format OX###
The text was updated successfully, but these errors were encountered: