Skip to content

Added Adler32 to System.IO.Hashing.#123601

Merged
stephentoub merged 19 commits intodotnet:mainfrom
AraHaan:add-adler32-to-system-io-hashing
Feb 13, 2026
Merged

Added Adler32 to System.IO.Hashing.#123601
stephentoub merged 19 commits intodotnet:mainfrom
AraHaan:add-adler32-to-system-io-hashing

Conversation

@AraHaan
Copy link
Member

@AraHaan AraHaan commented Jan 25, 2026

Fixes #90191.

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 25, 2026
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jan 25, 2026
@AraHaan

This comment was marked as outdated.

@akoeplinger akoeplinger added area-System.IO.Hashing and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jan 25, 2026
@AraHaan

This comment was marked as outdated.

@AraHaan
Copy link
Member Author

AraHaan commented Feb 1, 2026

Let me know if these changes look good as is or if any more changes are needed.

AraHaan and others added 18 commits February 12, 2026 17:22
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Also another attempt at fixing the expected hash values as well.
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Co-authored-by: Kevin Jones <vcsjones@github.com>
Added another remarks entry.
…c to UpdateScalar(). Also added optional spot where ARM intrinsics can be used in UpdateScalar if vectorization is not possible.
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
@stephentoub stephentoub force-pushed the add-adler32-to-system-io-hashing branch from f776e19 to 55235a4 Compare February 12, 2026 23:18
@stephentoub stephentoub enabled auto-merge (squash) February 12, 2026 23:19
@stephentoub stephentoub merged commit fd26ea9 into dotnet:main Feb 13, 2026
88 of 90 checks passed
@stephentoub stephentoub mentioned this pull request Feb 14, 2026
@AraHaan AraHaan deleted the add-adler32-to-system-io-hashing branch February 17, 2026 12:09
iremyux pushed a commit to iremyux/dotnet-runtime that referenced this pull request Mar 2, 2026
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Kevin Jones <vcsjones@github.com>
Co-authored-by: Stephen Toub <stoub@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-System.IO.Hashing 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.

[API Proposal]: System.IO.Hashing.Adler32 class for computing Adler32 checksums

7 participants