Closed vcsjones closed 1 month ago
Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
Learn Build status updates of commit 7dff165:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Security.Cryptography/IncrementalHash.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Summary
The documentation for the key length in
IncrementalHash.CreateHMAC
was incorrect regarding how the key adjustment is done, and used the hash size, not the block size, to indicate when the key would be adjusted.Based on discussion in https://github.com/dotnet/dotnet-api-docs/issues/8920, the fix is to just remove the erroneous content.
Fixes #8920.