Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign big integers in a machine-independent way #80

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Conversation

jrick
Copy link
Member

@jrick jrick commented Jan 17, 2022

This fixes a protocol bug which caused signature validation failures
if the client and server used different sizes of the uint type, such
as a 32-bit client connecting to a 64-bit server.

While here, also commit to the signedness of the big.Int.

This fix is a protocol breaking change.

This fixes a protocol bug which caused signature validation failures
if the client and server used different sizes of the uint type, such
as a 32-bit client connecting to a 64-bit server.

While here, also commit to the signedness of the big.Int.

This fix is a protocol breaking change.
@jrick jrick merged commit 4f26c92 into decred:master Jan 17, 2022
@jrick jrick deleted the misigs branch January 17, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants