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
My eph_key does not start with "0x02, 0x03, 0x04" it starts with: "b'\x01". Any idea what is causing this? I am using macless-haystack and have generated public and private keys, I can decode normally everything in the macless haystack application but want to look into how to do it in python for an automated thing like this
The text was updated successfully, but these errors were encountered:
soo biemster/FindMy#52
you need to add if len(data) > 88: data = data[0:4] + data[5:] into decrypt_message function and then it works, however there is some other "confidence" value othen than the one that is listed: biemster/FindMy#52 (comment)
I am getting this error:
Unsupported elliptic curve point type
My eph_key does not start with "0x02, 0x03, 0x04" it starts with: "b'\x01". Any idea what is causing this? I am using macless-haystack and have generated public and private keys, I can decode normally everything in the macless haystack application but want to look into how to do it in python for an automated thing like this
The text was updated successfully, but these errors were encountered: