Skip to content

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
@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?

2 participants