-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Move Sha1ForNonSecretPurposes under Common #45242
Conversation
Avoid code duplication and contribute to dotnet#45237 and dotnet#45032
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Straightforward enough :)
No harm in duplicating this line as an internal helper within this file. runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/BitOperations.cs Lines 418 to 419 in fe80a77
|
The OOB library has BitOperations stub for this and other reasons. It just was not in the right namespace to be picked up here. |
Nevermind - they're referencing their own copy, not the CoreLib copy. |
Unit test failure might be known issue #24181? |
Avoid code duplication and contribute to #45237 and #45032