From cd57627cdb929b858fe1d973aa991ff1146da4c7 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 29 May 2026 15:11:43 +0300 Subject: [PATCH] fixed key exchange docs error --- src/commonMain/kotlin/net/sergeych/crypto2/SafeKeyExchange.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonMain/kotlin/net/sergeych/crypto2/SafeKeyExchange.kt b/src/commonMain/kotlin/net/sergeych/crypto2/SafeKeyExchange.kt index 41fe05d..5d18f88 100644 --- a/src/commonMain/kotlin/net/sergeych/crypto2/SafeKeyExchange.kt +++ b/src/commonMain/kotlin/net/sergeych/crypto2/SafeKeyExchange.kt @@ -20,7 +20,7 @@ import net.sergeych.crypto2.SafeKeyExchange.SessionKey * Usage: * * 1. Create [SafeKeyExchange] on both server and client sides - * 2. Exchange [EncryptingPublicKey] instances + * 2. Exchange [PublicKey] instances * 3. Create [serverSessionKey] and [clientSessionKey] respectively * 4. Use [SessionKey.sendingKey] and [SessionKey.receivingKey] to send and receive encrypted data. *