fixed key exchange docs error

This commit is contained in:
Sergey Chernov 2026-05-29 15:11:43 +03:00
parent 5c3ff72123
commit cd57627cdb

View File

@ -20,7 +20,7 @@ import net.sergeych.crypto2.SafeKeyExchange.SessionKey
* Usage: * Usage:
* *
* 1. Create [SafeKeyExchange] on both server and client sides * 1. Create [SafeKeyExchange] on both server and client sides
* 2. Exchange [EncryptingPublicKey] instances * 2. Exchange [PublicKey] instances
* 3. Create [serverSessionKey] and [clientSessionKey] respectively * 3. Create [serverSessionKey] and [clientSessionKey] respectively
* 4. Use [SessionKey.sendingKey] and [SessionKey.receivingKey] to send and receive encrypted data. * 4. Use [SessionKey.sendingKey] and [SessionKey.receivingKey] to send and receive encrypted data.
* *