KHash
KHash copied to clipboard
Different hash functions in Kotlin (SHA3 with Keccak and Shake variants, sha256, ripemd160)
Any chance this could just be published on maven central? I'm having a lot of abnormal problems when using this library. Plus, it's also not nice that if I create...
Seems like the `androidNative` targets are missing https://github.com/komputing/KHash/blob/master/buildSrc/src/main/kotlin/mpp-module.gradle.kts Please add them
Moving the working arrays inside the function call prevents threading issues and doesn't require synchronisation
As the title already suggests, this is a feature request to get also the sha256 package for native so that it becomes truly multiplatform
I have successfully pulled the jitpack.io dependency into my project, but release 0.8 seems to have no linkable source?  See the above...
there are some use cases for unsigned types in the code. We should use them once they get out of experimental stage.
For use-cases of hashing sensitive content: we should investigate and harden against side channel attacks. context: https://repository.library.northeastern.edu/files/neu:cj82qf503/fulltext.pdf If this is addressed the warning in the README about this should also...
Getting the following when doing a fresh Gradle Sync: ``` Caused by: org.gradle.internal.resource.transport.http.HttpErrorStatusCodeException: Could not GET 'https://maven.pkg.github.com/komputing/KHash/com/github/komputing/khash/sha256/1.1.3/sha256-1.1.3.pom'. Received status code 401 from server: Unauthorized ``` Checked that the credentials given...