Unsupported elliptic curve point type error
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
soo
https://github.com/biemster/FindMy/issues/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: https://github.com/biemster/FindMy/issues/52#issuecomment-2055261265
#7 to fix this and add some more features, should also fix #3