mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 14:19:29 +00:00
7 lines
129 B
C#
7 lines
129 B
C#
using System.Security.Hashing;
|
|
|
|
namespace System.Security.Hashing;
|
|
public interface ISha1HashingService : IHashingService
|
|
{
|
|
}
|