Files
SystemExtensions/SystemExtensions.NetStandard.Security/Hashing/IHMACSha256Service.cs
T

5 lines
93 B
C#

namespace System.Security.Hashing;
public interface IHMACSha256Service : IHMACService
{
}