Embed AES/RSA/SHA-1 crypto implementation
This commit is contained in:
49 files changed
+931
-1107
No files matched your search
@@ -5,7 +5,6 @@ coroutines-test = "1.11.0"
|
||||
kotlinx-coroutines = "1.11.0"
|
||||
ktor-core = "3.5.2"
|
||||
cryptography-core = "0.6.0"
|
||||
netty = "4.2.17.Final"
|
||||
|
||||
[libraries]
|
||||
kotlinx-io = { module = "org.jetbrains.kotlinx:kotlinx-io-core", version.ref = "kotlinx-io" }
|
||||
@@ -19,8 +18,6 @@ ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "kto
|
||||
ktor-client-winhttp = { module = "io.ktor:ktor-client-winhttp", version.ref = "ktor-core" }
|
||||
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktor-core" }
|
||||
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor-core" }
|
||||
netty-handler = { module = "io.netty:netty-transport", version.ref = "netty" }
|
||||
netty-buffer = { module = "io.netty:netty-buffer", version.ref = "netty" }
|
||||
|
||||
[plugins]
|
||||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user