Files

5 lines
90 B
C#

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