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

Reverse ordering of UInt::mul_wide return tuple #34

Merged
merged 1 commit into from
Nov 13, 2021

Conversation

tarcieri
Copy link
Member

Fixes the inconsistency between UInt::mul_wide and Limb::mul_wide by reversing the order of the UInt version so it returns (lo, hi).

This follows the "little endian" approach used in the rest of this crate for consistency.

Closes #4

Fixes the inconsistency between `UInt::mul_wide` and `Limb::mul_wide` by
reversing the order of the `UInt` version so it returns `(lo, hi)`.

This follows the "little endian" approach used in the rest of this
crate for consistency.

Closes #4
@tarcieri tarcieri merged commit 333ac76 into master Nov 13, 2021
@tarcieri tarcieri deleted the reverse-uint-mul-wide-ordering branch November 13, 2021 18:46
@tarcieri tarcieri mentioned this pull request Nov 14, 2021
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.

mul_wide inconsistencies
1 participant