Skip to content

Conversation

tarcieri
Copy link
Member

Splits apart the internal functions for iterating over limbs and handling widening, and applying a given function to the inputs.

BoxedUint::map_limbs is useful when there is no carry.

The somewhat ambiguously named BoxedUint::chain has also been renamed to BoxedUint::fold_limbs which better reflects the combinator being applied.

Splits apart the internal functions for iterating over limbs and
handling widening, and applying a given function to the inputs.

`BoxedUint::map_limbs` is useful when there is no carry.

The somewhat ambiguously named `BoxedUint::chain` has also been renamed
to `BoxedUint::fold_limbs` which better reflects the combinator being
applied.
@tarcieri tarcieri merged commit 32a578f into master Nov 30, 2023
@tarcieri tarcieri deleted the boxed-uint/map-limbs branch November 30, 2023 01:42
@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