Skip to content

Conversation

@tarcieri
Copy link
Member

Similar to #321, this adds a function which applies a bitwise AND of the given limb to every limb in a Uint.

This can be used to replace intermediate array allocations and reduce stack size inside of Uint::{add_mod, sub_mod}.

Similar to #321, this adds a function which applies a bitwise AND of the
given limb to every limb in a `Uint`.

This can be used to replace intermediate array allocations and reduce
stack size inside of `Uint::{add_mod, sub_mod}`.
@tarcieri tarcieri merged commit 3bf7066 into master Nov 26, 2023
@tarcieri tarcieri deleted the uint/bitand-limb branch November 26, 2023 21:14
@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.

2 participants