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