Files
2024-09-08 17:13:48 +02:00

5 lines
99 B
C#

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