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

BoxedUint: rename mul_wide to mul #359

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

tarcieri
Copy link
Member

This is more consistent with Uint, where mul returns an output whose limbs are equal to the sum of the input limb counts.

Uint::mul_wide returns a tuple of lo and hi components, with Uint::mul handling the concatenation.

This is more consistent with `Uint`, where `mul` returns an output whose
limbs are equal to the sum of the input limb counts.

`Uint::mul_wide` returns a tuple of lo and hi components, with
`Uint::mul` handling the concatenation.
@tarcieri tarcieri merged commit beed3fb into master Nov 30, 2023
16 checks passed
@tarcieri tarcieri deleted the boxed-uint/rename-mul-wide branch November 30, 2023 02:30
@tarcieri tarcieri mentioned this pull request Jan 22, 2025
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.

1 participant