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

Fix BigInteger.Rotate{Left,Right} for backport #112878

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kzrnm
Copy link
Contributor

@kzrnm kzrnm commented Feb 24, 2025

Fix #112854

In #112864, the whole algorithm is rewritten for .NET 10, but the changes in this PR are minimal.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Feb 24, 2025
@kzrnm kzrnm force-pushed the BigIntegerFixRotateForBackport branch from 5a3dccd to 109fdbd Compare February 25, 2025 00:18
@kzrnm kzrnm force-pushed the BigIntegerFixRotateForBackport branch from 109fdbd to 72f2a64 Compare February 25, 2025 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RotateLeft and RotateRight of BigInteger is buggy.
1 participant