mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-25 16:35:23 +00:00
5 lines
93 B
C#
5 lines
93 B
C#
namespace System.Security.Hashing;
|
|
public interface IHMACSha384Service : IHMACService
|
|
{
|
|
}
|