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

Fix multiplication for uint256 #88

Merged
merged 2 commits into from May 28, 2018

Conversation

popzxc
Copy link
Contributor

@popzxc popzxc commented May 27, 2018

Recently I had some issues with multiplication method for Uint256.
Result of multiplication was always 0, and mul_u32 panicked sometimes.

So I added some tests to detect those issues and fixed the problem.

@tamasblummer tamasblummer merged commit 881972b into rust-bitcoin:master May 28, 2018
@popzxc popzxc deleted the fix-uint256-multiplication branch May 28, 2018 19:12
Tibo-lg pushed a commit to p2pderivatives/rust-bitcoin that referenced this pull request Sep 1, 2020
Remove dependency on hex crate + bump to v0.9.0
Davidson-Souza pushed a commit to Davidson-Souza/rust-bitcoin that referenced this pull request Jul 12, 2023
Fix cargo warning output and wrong pointer width

Co-Authored-By: tomaka <pierre.krieger1708@gmail.com>
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.

None yet

3 participants