Added support for ed25519 keys
This commit is contained in:
parent
c9a7f63a1c
commit
a24ae5fdad
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ dependencies {
|
||||||
testImplementation("io.mockk:mockk:1.12.3")
|
testImplementation("io.mockk:mockk:1.12.3")
|
||||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||||
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
|
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
|
||||||
|
implementation("net.i2p.crypto:eddsa:0.3.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.test {
|
tasks.test {
|
||||||
|
|
Loading…
Reference in a new issue