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 Concat(Mixed)/Split(Mixed) argument ordering #526

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Dec 27, 2023

Changes to a "little endian" lo, hi convention for the ordering of arguments to concatenation methods and the ordering of the returned 2-tuple from split methods.

This is more consistent with the rest of the crate, and the Uint { limbs } array which uses a little endian ordering.

Closes #519

Changes to a "little endian" `lo, hi` convention for the ordering of
arguments to concatenation methods and the ordering of the returned
2-tuple from split methods.

This is more consistent with the rest of the crate, and the
`Uint { limbs }` which uses a little endian ordering.

Closes #519
@tarcieri tarcieri requested a review from fjarri December 27, 2023 23:21
@tarcieri tarcieri merged commit dc64fb4 into master Dec 28, 2023
16 checks passed
@tarcieri tarcieri deleted the reverse-concat-split-argument-ordering branch December 28, 2023 14:27
tarcieri added a commit that referenced this pull request Dec 28, 2023
It wasn't updated to reflect the low/high ordering changes from #526
tarcieri added a commit that referenced this pull request Dec 28, 2023
It wasn't updated to reflect the low/high ordering changes from #526
@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.

Reverse order of Concat/Split arguments?
1 participant