We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title already suggests, this is a feature request to get also the sha256 package for native so that it becomes truly multiplatform
The text was updated successfully, but these errors were encountered:
I made a pr a while ago #23. They haven't replied 🙃
published the artifacts in that forked repo here:
maven { name = "luca992/KHash GitHub Packages" url = uri("https://maven.pkg.github.com/luca992/KHash") credentials { username = "token" // see: https://github.community/t/download-from-github-package-registry-without-authentication/14407/44 password = "\u0067\u0068\u0070\u005f\u0072\u0067\u0070\u0054\u0069\u006c\u004c\u0042\u0038\u006c\u0066\u0057\u0045\u0056\u0031\u0053\u004a\u006d\u0061\u006b\u004a\u004c\u005a\u0063\u0038\u004d\u0074\u0038\u0045\u0066\u0031\u0059\u0053\u0058\u0039\u0055" } }
val commonMain by getting { dependencies { implementation("com.github.luca992.khash.keccak:1.1.3-nativempp") implementation("com.github.luca992.khash.ripemd160:1.1.3-nativempp") implementation("com.github.luca992.khash.sha256:1.1.3-nativempp") implementation("com.github.luca992.khash.sha512:1.1.3-nativempp") } }
Sorry, something went wrong.
oh sorry - missed this one - will have a look now
No branches or pull requests
As the title already suggests, this is a feature request to get also the sha256 package for native so that it becomes truly multiplatform
The text was updated successfully, but these errors were encountered: