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

5 lines
99 B
C#

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