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. *