We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a7425 commit 0e59f23Copy full SHA for 0e59f23
HashifyNet/Core/HashAlgorithmWrapper/IHashAlgorithmWrapperAlgorithm.cs
@@ -1,4 +1,4 @@
1
-// *
+// *
2
// *****************************************************************************
3
// *
4
// * Copyright (c) 2025 Deskasoft International
@@ -32,7 +32,7 @@ namespace HashifyNet
32
/// <summary>
33
/// Any hash algorithm deriving from this points to an existing underlying .NET implementation that gets wrapped by HashifyNET.
34
/// </summary>
35
- public interface IHashAlgorithmWrapperAlgorithm<TAlgorithm> where TAlgorithm : System.Security.Cryptography.HashAlgorithm
+ public interface IHashAlgorithmWrapperAlgorithm<TAlgorithm> : IHashAlgorithmWrapperAlgorithmBase where TAlgorithm : System.Security.Cryptography.HashAlgorithm
36
{
37
}
38
0 commit comments