[release/6.0] Backport edge case fixes to XxHash32/XxHash64 (#73203)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 11 Aug 2022 20:44:04 +0000 (13:44 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 20:44:04 +0000 (13:44 -0700)
commitad2cad532ca7bb108a949718cd7b95a64a72fcba
tree905e02cb7c539d0f4adb67e006fee04db3307b1f
parente17718b3c989b75ee76a6b24ccd7547e5a161d29
[release/6.0] Backport edge case fixes to XxHash32/XxHash64 (#73203)

* Fix incremental XxHash32/XxHash64 (#69185)

* Fix xxHash64 handling of large (> 4GB) inputs (#73093)

* Bump package servicing version

Co-authored-by: froce <fwesen2@gmail.com>
Co-authored-by: Levi Broderick <GrabYourPitchforks@users.noreply.github.com>
Co-authored-by: Levi Broderick <levib@microsoft.com>
src/libraries/System.IO.Hashing/src/System.IO.Hashing.csproj
src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs
src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.State.cs
src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs
src/libraries/System.IO.Hashing/tests/NonCryptoHashTestDriver.cs
src/libraries/System.IO.Hashing/tests/XxHash32Tests.007.cs
src/libraries/System.IO.Hashing/tests/XxHash32Tests.cs
src/libraries/System.IO.Hashing/tests/XxHash32Tests.f00d.cs
src/libraries/System.IO.Hashing/tests/XxHash64Tests.007.cs
src/libraries/System.IO.Hashing/tests/XxHash64Tests.cs
src/libraries/System.IO.Hashing/tests/XxHash64Tests.f00d.cs