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

Commits on Nov 13, 2021

  1. Reverse ordering of UInt::mul_wide return tuple

    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 committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9e6e188 View commit details
    Browse the repository at this point in the history