We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DERSignature.stream_serialize puts byte 0x30 between r and s. But .stream_deserialize expects 0x02 there.
DERSignature.stream_serialize
.stream_deserialize
I think this is a bug in either DERSignature.stream_serialize or DERSignature.stream_deserialize.
DERSignature.stream_deserialize
The text was updated successfully, but these errors were encountered:
Adding this for my own notes when I get some time to look into this: https://b10c.me/blog/006-evolution-of-the-bitcoin-signature-length/
Sorry, something went wrong.
No branches or pull requests
DERSignature.stream_serialize
puts byte 0x30 between r and s. But.stream_deserialize
expects 0x02 there.I think this is a bug in either
DERSignature.stream_serialize
orDERSignature.stream_deserialize
.The text was updated successfully, but these errors were encountered: