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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
HashifyNET
2
2
=================
3
3
4
-
HashifyNET is a C# library designed to offer a common interface for a wide range of [cryptographic](https://en.wikipedia.org/wiki/List_of_hash_functions#Keyed_cryptographic_hash_functions) and [non-cryptographic](https://en.wikipedia.org/wiki/List_of_hash_functions#Non-cryptographic_hash_functions) hashing algorithms, while also providing built-in implementations of numerous well-known hash functions.
4
+
HashifyNET is a CLS-Compliant .NET library designed to offer a common interface for a wide range of [cryptographic](https://en.wikipedia.org/wiki/List_of_hash_functions#Keyed_cryptographic_hash_functions) and [non-cryptographic](https://en.wikipedia.org/wiki/List_of_hash_functions#Non-cryptographic_hash_functions) hashing algorithms, while also providing built-in implementations of numerous well-known hash functions.
5
5
6
6
All functionality of the library is tested using [xUnit](https://github.com/xunit/xunit). A primary requirement for each release is 100% code coverage by these tests.
7
7
All code within the library is commented using Visual Studio-compatible XML comments.
@@ -28,6 +28,9 @@ As an addition, we introduced 11 more hash algorithms, sorted below:
28
28
- SM3
29
29
- Keccak
30
30
- Argon2id
31
+
- xxHash3
32
+
- xxHash3_128
33
+
- RapidHash
31
34
32
35
> [!NOTE]
33
36
> Please check Implementations for the full list of available hash algorithms.
@@ -86,6 +89,8 @@ The following hash functions have been implemented from the most reliable refere
0 commit comments