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

5 lines
91 B
C#

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