You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}, typeof(IBlake3)); // (Example) We do not want Blake3, though you can add as many as you want to ignore, including base interfaces to ignore all derived interfaces (such as IFNV to also ignore IFNV1 and IFNV1a).
// This ensures that we only try disposing of cryptographic hashes.
242
+
if (functionisICryptographicHashFunctionBasecryptoHash)
243
+
{
244
+
cryptoHash.Dispose();
245
+
}
253
246
}
254
247
```
255
248
@@ -290,3 +283,4 @@ License
290
283
291
284
HashifyNET is released under the terms of the MIT license. See [LICENSE](https://github.com/deskasoft/HashifyNET/blob/master/LICENSE) for more information or see http://opensource.org/licenses/MIT.
0 commit comments