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
Most likely the issue is that chr(n & 0xFF) is returning a string value which needs to be converted to binary in order to be added to the privkey_block data. I haven't tested this script on python3 but I can look into it when I have some time.
Any clue how to make it work in a python 3 context?
The text was updated successfully, but these errors were encountered: