mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 22:29:28 +00:00
5 lines
91 B
C#
5 lines
91 B
C#
namespace System.Security.Hashing;
|
|
public interface IHMACSha1Service : IHMACService
|
|
{
|
|
}
|