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

NFC bigint: Remove Width. #1791

Merged
merged 1 commit into from
Nov 4, 2023
Merged

NFC bigint: Remove Width. #1791

merged 1 commit into from
Nov 4, 2023

Conversation

briansmith
Copy link
Owner

The original idea of Width was that we'd support operatings that worked on multiple same-width but different-modulus values, and/or we'd support splitting a 2N-limb BoxedLimb into two N-limb &[Limb], etc. However, as things are now, Width doesn't really serve a useful purpose.

The original idea of `Width` was that we'd support operatings that
worked on multiple same-width but different-modulus values, and/or
we'd support splitting a 2N-limb `BoxedLimb` into two N-limb
`&[Limb]`, etc. However, as things are now, `Width` doesn't really
serve a useful purpose.
@briansmith briansmith self-assigned this Nov 3, 2023
@briansmith briansmith merged commit 4658c27 into main Nov 4, 2023
136 checks passed
@briansmith briansmith deleted the b/width branch November 4, 2023 17:21
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