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 b25ad65 commit 0d6eb7eCopy full SHA for 0d6eb7e
1 file changed
HashifyNet/Core/ICryptographicStreamableHashFunction.cs
@@ -35,8 +35,9 @@ namespace HashifyNet
35
/// Common interface to cryptographic hash functions that can be computed over a stream of data without buffering.
36
/// </summary>
37
public interface ICryptographicStreamableHashFunction<CName>
38
- : ICryptographicHashFunction<CName>, IStreamableHashFunction<CName>, IDisposable where CName : ICryptographicHashConfig<CName>
+ : ICryptographicHashFunction<CName>, IStreamableHashFunction<CName> where CName : ICryptographicHashConfig<CName>
39
{
40
}
41
42
43
+
0 commit comments