Skip to content

Commit

Permalink
remove khash dependency temporarily due to transitively importing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Jul 1, 2023
1 parent bd17f0c commit 125148f
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ kotlin {
implementation(libs.bignum.serialization.kotlinx)
implementation(libs.com.ionspin.kotlin.multiplatformCryptoLibsodiumBindings)
implementation(libs.io.github.luca992.cash.z.ecc.android.kotlinBip39)
implementation(libs.com.github.komputing.khash.ripemd160)
// implementation(libs.com.github.komputing.khash.ripemd160)
implementation(libs.io.eqoty.kryptools.aessiv)
implementation(libs.io.eqoty.kryptools.bech32)
implementation(libs.io.eqoty.kryptools.axlsign)
Expand Down
Loading

0 comments on commit 125148f

Please sign in to comment.