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
KHash is a Kotlin library implementing common hashing functions.
5
+
KHash is a Kotlin multiplatform library implementing common hashing functions.
6
6
7
7
A part from that, it also provides some useful [extensions functions](https://kotlinlang.org/docs/reference/extensions.html).
8
8
@@ -13,6 +13,57 @@ The implemented hashing functions are the following.
13
13
- Heavily based on this java implementation: [@romus/sha](https://github.com/romus/sha)
14
14
- Tested with [Nist test vectors](https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Algorithm-Validation-Program/documents/sha3/sha-3bittestvectors.zip)
15
15
16
+
## Get it
17
+
18
+
### GitHub Packages
19
+
20
+
This library is available through GitHub Packages.
21
+
22
+
![badge][badge-js]
23
+
![badge][badge-jvm]
24
+
25
+
In order to use it, first include the GitHub Packages maven repository inside your project `build.gradle.kts` file:
When 'username' could be anything and 'password' is an [encoded access token for public access](https://github.community/t/download-from-github-package-registry-without-authentication/14407/44).
40
+
41
+
### JitPack (JVM only!)
42
+
43
+
This library is available on Jitpack. The current version is:
0 commit comments