Skip to content

Commit 0e59f23

Browse files
authored
Inherit HashAlgorithmWrapperAlgorithm from HashAlgorithmWrapperAlgorithmBase
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent a7a7425 commit 0e59f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HashifyNet/Core/HashAlgorithmWrapper/IHashAlgorithmWrapperAlgorithm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// *
1+
// *
22
// *****************************************************************************
33
// *
44
// * Copyright (c) 2025 Deskasoft International
@@ -32,7 +32,7 @@ namespace HashifyNet
3232
/// <summary>
3333
/// Any hash algorithm deriving from this points to an existing underlying .NET implementation that gets wrapped by HashifyNET.
3434
/// </summary>
35-
public interface IHashAlgorithmWrapperAlgorithm<TAlgorithm> where TAlgorithm : System.Security.Cryptography.HashAlgorithm
35+
public interface IHashAlgorithmWrapperAlgorithm<TAlgorithm> : IHashAlgorithmWrapperAlgorithmBase where TAlgorithm : System.Security.Cryptography.HashAlgorithm
3636
{
3737
}
3838
}

0 commit comments

Comments
 (0)