Skip to content
New issue

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

Support for Kotlin Native - SHA256 #24

Open
BierDav opened this issue Apr 25, 2023 · 2 comments
Open

Support for Kotlin Native - SHA256 #24

BierDav opened this issue Apr 25, 2023 · 2 comments

Comments

@BierDav
Copy link
Contributor

BierDav commented Apr 25, 2023

As the title already suggests, this is a feature request to get also the sha256 package for native so that it becomes truly multiplatform

@luca992
Copy link
Contributor

luca992 commented May 17, 2023

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")
    }
}

@ligi
Copy link
Member

ligi commented May 17, 2023

oh sorry - missed this one - will have a look now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants