Skip to content

Commit d2ad412

Browse files
committed
comparing connection keys
1 parent 11658ee commit d2ad412

File tree

1 file changed

+1
-1
lines changed
  • docs/v3/documentation/network/protocols/adnl

1 file changed

+1
-1
lines changed

docs/v3/documentation/network/protocols/adnl/adnl-udp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ First key: AABB2233
284284
Second key: 3322BBAA
285285
```
286286

287-
We need to determine which key to use for specific purposes. To do this, we can compare the ID of our public channel key with the ID of the server channel's public key, converting both to a numerical format (uint256).
287+
We need to determine which key to use for specific purposes. To do this, we can compare the ID of our public key with the ID of the server's public key, converting both to a numerical format (uint256).
288288

289289
This method ensures that both the server and the client agree on which key is used for what function. If the server uses the first key for encryption, this approach guarantees that the client will always use it for decryption.
290290

0 commit comments

Comments
 (0)