Skip to content

Commit

Permalink
use secp256k1 moved to kryptools and import as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Nov 10, 2022
1 parent 6b154ae commit 613784c
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 3,134 deletions.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@ org-cryptomator-sivMode = { module = "org.cryptomator:siv-mode", version.ref = "
io-eqoty-kryptools-aessiv = { module = "io.eqoty.kryptools:aes-siv", version.ref = "kryptools" }
io-eqoty-kryptools-bech32 = { module = "io.eqoty.kryptools:bech32", version.ref = "kryptools" }
io-eqoty-kryptools-axlsign = { module = "io.eqoty.kryptools:axlsign", version.ref = "kryptools" }
io-eqoty-kryptools-secp256k1 = { module = "io.eqoty.kryptools:secp256k1", version.ref = "kryptools" }
1 change: 1 addition & 0 deletions secretk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ kotlin {
implementation(libs.io.eqoty.kryptools.aessiv)
implementation(libs.io.eqoty.kryptools.bech32)
implementation(libs.io.eqoty.kryptools.axlsign)
implementation(libs.io.eqoty.kryptools.secp256k1)
}
}
val commonTest by getting {
Expand Down

This file was deleted.

100 changes: 0 additions & 100 deletions secretk/src/commonMain/kotlin/io/eqoty/secretk/crypto/Secp256k1.kt

This file was deleted.

173 changes: 0 additions & 173 deletions secretk/src/commonMain/kotlin/io/eqoty/secretk/crypto/Slip10.kt

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 613784c

Please sign in to comment.