mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-21 00:29:29 +00:00
More hashing services and HMAC services
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using System.Security.Hashing;
|
||||
|
||||
namespace System.Security.Hashing;
|
||||
public interface ISha384HashingService : IHashingService
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user