Files

5 lines
91 B
C#

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