Implement encryption protocol

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-02-01 22:36:20 +03:00
Unverified
parent b1d2e5bc26
commit c5573e9f25
22 changed files with 1354 additions and 3 deletions
+3
View File
@@ -37,6 +37,8 @@ kotlin {
androidMain.dependencies {
implementation(libs.ktor.client.okhttp)
// NaCl box implementation for transport encryption (Android/JVM only)
implementation("org.purejava:tweetnacl-java:1.1.3")
}
commonMain.dependencies {
@@ -73,6 +75,7 @@ kotlin {
implementation(libs.coil.network.ktor3)
implementation(project(":utils:shared"))
implementation(libs.krypto)
}
iosMain.dependencies {