Skip to content

Commit

Permalink
Re-enable HKDF-SHA3 on Azure Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vcsjones authored Feb 4, 2025
1 parent 2cddf8b commit e567edb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public void DeriveKeyTamperInfoTests(HkdfTestCase test)

[Theory]
[MemberData(nameof(Sha3TestCases))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/106489", typeof(PlatformDetection), nameof(PlatformDetection.IsAzureLinux))]
public void Sha3Tests(HkdfTestCase test)
{
if (PlatformDetection.SupportsSha3)
Expand Down

0 comments on commit e567edb

Please sign in to comment.