[release/9.0-staging] Fix shimmed implementation of TryGetHashAndReset to handle HMAC. by github-actions[bot] · Pull Request #112015 · dotnet/runtime

added 2 commits

January 30, 2025 21:29
The TryGetHashAndReset in switches on the algorithm name of IncrementalHash. IncrementalHash prepends "HMAC" in front of the algorithm name, so the shim did not correctly handle the HMAC-prepended algorithm names.

This was referenced

Jan 31, 2025

@lewing

bartonjs

@bartonjs bartonjs deleted the backport/pr-111929-to-release/9.0-staging branch

February 6, 2025 21:53