KHash icon indicating copy to clipboard operation
KHash copied to clipboard

Different hash functions in Kotlin (SHA3 with Keccak and Shake variants, sha256, ripemd160)

Results 8 KHash issues
Sort by recently updated
recently updated
newest added

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? ![Screen Shot 2019-05-01 at 3 04 01 PM](https://user-images.githubusercontent.com/8658187/57036526-88b8a180-6c22-11e9-932b-dd326e7b54be.png) See the above...

needs more information

there are some use cases for unsigned types in the code. We should use them once they get out of experimental stage.

enhancement :rocket:

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...

enhancement :rocket:
bounty
security :policeman:

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...