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

5 lines
93 B
C#

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