Closed afinoti closed 2 years ago
It seems that public_key is always str and .hex() only works for bytes.
The public_key should always be in bytes format, I see it is not, but I think it should be fixed in other places.
I will take a look.
It seems that public_key is always str and .hex() only works for bytes.