Skip to content

Commit 35151e1

Browse files
authored
Add back the HashAlgorithmWrapper implementation information in README
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent b38a7ea commit 35151e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ The following hash functions have been implemented from the most reliable refere
4040
* [Gost](https://en.wikipedia.org/wiki/GOST_(hash_function))
4141
* Gost - Implementation of Streebog Family (GOST R 34.11-2012).
4242
* [HighwayHash](https://github.com/google/highwayhash)
43+
* [Hash Algorithm Wrapper](http://msdn.microsoft.com/en-us/library/system.security.cryptography.hashalgorithm%28v=vs.110%29.aspx)
44+
* HashAlgorithmWrapper - Wraps an existing instance of a .NET HashAlgorithm
45+
* HashAlgorithmWrapper<HashAlgorithmT> - Wraps a managed instance of a .NET HashAlgorithm
4346
* [Jenkins](http://en.wikipedia.org/wiki/Jenkins_hash_function)
4447
* JenkinsOneAtATime - Original
4548
* JenkinsLookup2 - Improvement upon One-at-a-Time hash function
@@ -172,3 +175,4 @@ License
172175
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.
173176

174177

178+

0 commit comments

Comments
 (0)