Skip to content

Conversation

@tarcieri
Copy link
Member

Adds a boxed equivalent of BernsteinYangInverter which operates on values whose number of limbs is determined at compile time.

It's largely copy-pasted from the stack-allocated equivalent, but the long-term goal will be to rewrite it to use in-place operations rather than allocating.

@tarcieri tarcieri force-pushed the boxed-bernstein-yang branch from 14b8909 to 70deb17 Compare December 18, 2023 00:26
Adds a boxed equivalent of `BernsteinYangInverter` which operates on
values whose number of limbs is determined at compile time.

It's largely copy-pasted from the stack-allocated equivalent, but the
long-term goal will be to rewrite it to use in-place operations rather
than allocating.
@tarcieri tarcieri force-pushed the boxed-bernstein-yang branch from 70deb17 to 9bd9877 Compare December 18, 2023 00:28
@tarcieri tarcieri merged commit 48eb73d into master Dec 18, 2023
@tarcieri tarcieri deleted the boxed-bernstein-yang branch December 18, 2023 00:39
tarcieri added a commit that referenced this pull request Dec 22, 2023
Adds a boxed quivalent of `BernsteinYangInverter` which can operate on
arbitrarily-sized integers.

Note: initially added #460 but it was deemed buggy and removed. This new
implementation has extensive tests which hopefully ensure correctness.
tarcieri added a commit that referenced this pull request Dec 22, 2023
Adds a boxed quivalent of `BernsteinYangInverter` which can operate on
arbitrarily-sized integers.

Note: initially added #460 but it was deemed buggy and removed. This new
implementation has extensive tests which hopefully ensure correctness.
tarcieri added a commit that referenced this pull request Dec 22, 2023
Adds a boxed quivalent of `BernsteinYangInverter` which can operate on
arbitrarily-sized integers.

Note: initially added #460 but it was deemed buggy and removed. This new
implementation has extensive tests which hopefully ensure correctness.
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