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

5 lines
93 B
C#

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