Files
SystemExtensions/SystemExtensions.NetStandard.Security/Hashing/ISha1HashingService.cs
T
2024-09-08 17:13:48 +02:00

5 lines
97 B
C#

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