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

7 lines
131 B
C#

using System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha384HashingService : IHashingService
{
}