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

7 lines
131 B
C#

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